473,406 Members | 2,220 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Legality of using Fonts

I have a question for all you Pythoneers out there. I'm making a game
with Python, and have a need for fonts. I am currently using a free
TrueType font, but am considering switching to a bitmap font instead.

Let's say I own a font, and use it in a paint program to 'draw some
text' on a picture that I slap up on the Internet. Everything's
probably fine, right? But what if I draw some text on a bitmap on the
hard drive, add drop shadows and decorations, and use it to 'blit' text
in a game? The answer is less obvious to me then.

Any advice you could offer would be greatly appreciated!

--Kamilche

Feb 10 '06 #1
10 1656
Kamilche wrote:
I have a question for all you Pythoneers out there. I'm making a game
with Python, and have a need for fonts. I am currently using a free
TrueType font, but am considering switching to a bitmap font instead.

Let's say I own a font, and use it in a paint program to ....


Typically you don't "own" a font, but you have a license to use it.
You need to read the license to figure out what you are allowed to do
with it.

--Scott David Daniels
sc***********@acm.org
Feb 10 '06 #2
On Fri, 10 Feb 2006 09:08:28 -0800, Kamilche wrote:
I have a question for all you Pythoneers out there. I'm making a game
with Python, and have a need for fonts. I am currently using a free
TrueType font, but am considering switching to a bitmap font instead.

Let's say I own a font, and use it in a paint program to 'draw some
text' on a picture that I slap up on the Internet. Everything's
probably fine, right? But what if I draw some text on a bitmap on the
hard drive, add drop shadows and decorations, and use it to 'blit' text
in a game? The answer is less obvious to me then.

Any advice you could offer would be greatly appreciated!


Free legal advice you get from non-lawyers on Usenet is worth 10% of what
you paid for it.

But generally speaking, for what it is worth (10% of nothing), you can
distribute *images* you design which happen to incorporate text from a
font, but you cannot distribute the font itself UNLESS the font is
provided under a licence which explicitly permits you to re-distribute it.

It is highly unlikely that any judge will be fooled by a mere change in
format ("but Your Honour, I converted the TTF file into a bitmap"). Adding
decorations and such merely means you have created a derivative work of
the font, which the licence may not permit.

I suggest that you use a font which comes under a clearly free to
distribute licence, or you design your own.
--
Steven.

Feb 10 '06 #3
Yeah, that's what I'm thinking, as well. Showing all the text on an
image is one thing... using that image as the basis of a font engine is
something different.

Luckily, someone has sent me a link to a set of free TrueType fonts -
http://www.gnome.org/fonts , the 'Vera' family. I guess I'll turn those
into bitmaps to stay out of the gray area.

I have other reasons I want to use a bitmap font, other than licensing
issues.

Feb 11 '06 #4
Steven D'Aprano wrote:
It is highly unlikely that any judge will be fooled by a mere change in
format ("but Your Honour, I converted the TTF file into a bitmap").


If that were true, almost the entire X11 bitmap font collection would
be illegal. Fonts aren't subject copyright, just the hints in most
outline fonts, which are considered computer programs.

Ross Ridge

Feb 11 '06 #5
Ross Ridge wrote:
Steven D'Aprano wrote:
It is highly unlikely that any judge will be fooled by a mere change in
format ("but Your Honour, I converted the TTF file into a bitmap").


If that were true, almost the entire X11 bitmap font collection would
be illegal. Fonts aren't subject copyright, just the hints in most
outline fonts, which are considered computer programs.


In the interest of adding some specifics:

http://www.faqs.org/faqs/fonts-faq/part2/

--
Robert Kern
ro*********@gmail.com

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter

Feb 11 '06 #6
On 10 Feb 2006 09:08:28 -0800
"Kamilche" <kl*******@comcast.net> wrote:
Let's say I own a font, and use it in a paint program to
'draw some text' on a picture that I slap up on the
Internet. Everything's probably fine, right? But what if I
draw some text on a bitmap on the hard drive, add drop
shadows and decorations, and use it to 'blit' text in a
game? The answer is less obvious to me then.


In fact, the answer depends on what country you are in.

In the United States, the actual visual images of the
characters in a font are not copyrightable material. You can
do anything you like with them.

TrueType, however, adds an extra wrinkle, because a TT font
is actually a *program* to create those images. However,
you can escape this entirely if the only thing you use is
the *rendering* of the characters. You could, for example,
create an entire *bitmap* font at a given font size, by
cutting and pasting output from a TT font.

Using the *name* of the font may be a bit stickier, because
it may well be trademarked (i.e. if you generated your
bitmap font from the FooBar(TM) TTF, you may not be able to
call your font FooBar, though you may get away with calling
it TooBar, or some such thing. Certain fonts that have wide
use in the free-software community, such as the "Lucida"
series have had this problem.

So far, this is all good news for you. But in fact, fonts
can be copyrightable under the laws of some nations, so you
could get into a sticky area just because of that.

I think that even in that case, though, you'd be okay with
just about any font you have a legal right to use.

So, I personally consider that reason enough to prefer free
fonts, and there are quite a few of them available. Many of
them are quite nice. Unfortunately, of course, there is
*not* as much selection as would be nice, and it would be a
great thing if more free-licensed typography was available.
But it is, of course, hard and exacting work that not many
people know how to do well.

Finding truly free-licensed fonts can be a bit difficult
because there are so-many "sort of" free fonts that it
clutters the field. Several good fonts are included in the
Debian Linux distribution, though, and of course, they had
to get debian-legal's stamp of approval to get there, so
they are indeed free. Otherwise, you have to look harder,
and read carefully.

Cheers,
Terry

--
Terry Hancock (ha*****@AnansiSpaceworks.com)
Anansi Spaceworks http://www.AnansiSpaceworks.com

Feb 11 '06 #7
On Fri, 10 Feb 2006 20:24:34 -0800, Ross Ridge wrote:
Steven D'Aprano wrote:
It is highly unlikely that any judge will be fooled by a mere change in
format ("but Your Honour, I converted the TTF file into a bitmap").


If that were true, almost the entire X11 bitmap font collection would
be illegal. Fonts aren't subject copyright, just the hints in most
outline fonts, which are considered computer programs.


This may come as a shock to you, but the USA is not the entire world, and
the US government's decision to exclude typefaces from copyright
protection is anomalous. In almost the entire rest of the world,
typefaces (the design of a font) are able to be copyrighted, and so are
fonts whether they are bitmapped or outline (with or without hints).
See, for example: http://www.typeright.org/feature4.html

In any case, even in the USA, hinted fonts are copyrightable, and merely
removing the hints (say, by converting to a bitmap) is no more legal than
whiting out the author's name from a book and claiming it as your own.

Of course, like all these issues, the actual decision of a judge and jury
in the USA is uncertain -- who knows whether they will consider a
bitmapped version of a TTF font to be a derivative work or not? So even in
the USA, unless you want to spend big dollars on legal fees, the best
advice is to stick to fonts which are distributed under open licences.

--
Steven.

Feb 11 '06 #8

Steven D'Aprano wrote:
In any case, even in the USA, hinted fonts are copyrightable, and merely
removing the hints (say, by converting to a bitmap) is no more legal than
whiting out the author's name from a book and claiming it as your own.


That's an absurd comparison. By making a bitmap font from an hinted
outline font you're only copying the typeface, you're not copying the
hints, the computer program, that's the only part of the font that's
subject copyright. If a book consisted of two parts, the first a play
by Shakespeare, and the second a commentary of that play, and someone
copied only the first part, they'd be doing nothing illegal.
Ross Ridge

Feb 11 '06 #9
On 2/11/06, Steven D'Aprano <st***@removethiscyber.com.au> wrote:
On Fri, 10 Feb 2006 20:24:34 -0800, Ross Ridge wrote:
Steven D'Aprano wrote:
It is highly unlikely that any judge will be fooled by a mere change in
format ("but Your Honour, I converted the TTF file into a bitmap").
If that were true, almost the entire X11 bitmap font collection would
be illegal. Fonts aren't subject copyright, just the hints in most
outline fonts, which are considered computer programs.


This may come as a shock to you, but the USA is not the entire world, and
the US government's decision to exclude typefaces from copyright
protection is anomalous. In almost the entire rest of the world,
typefaces (the design of a font) are able to be copyrighted, and so are
fonts whether they are bitmapped or outline (with or without hints).
See, for example: http://www.typeright.org/feature4.html

In any case, even in the USA, hinted fonts are copyrightable, and merely
removing the hints (say, by converting to a bitmap) is no more legal than
whiting out the author's name from a book and claiming it as your own.


This is absolutely wrong. It is perfectly legal to extract the
non-copyrightable elements of a copyrighted work (the typeface itself,
in this case) and do whatever you want with it.
Of course, like all these issues, the actual decision of a judge and jury
in the USA is uncertain -- who knows whether they will consider a
bitmapped version of a TTF font to be a derivative work or not? So even in
the USA, unless you want to spend big dollars on legal fees, the best
advice is to stick to fonts which are distributed under open licences.

I'd say this is a case that isn't uncertain at all. The lack of
protection for typefaces is not a loophole or unclear convention -
Congress and the copyright office explicitly refuse to extend
copyright protection to typefaces. The loophole, in fact, is the
protection of hinted fonts, which are only protected to the degree
that they are "computer programs", because they are *not* protectable
as fonts, period. Saying it is uncertain is not intellectually honest,
in my opinion.

Now, I personally feel that this is a case where Congress made a poor
decision on all counts - TTF files are a prime example of programs
that should not be copyrightable (mechanical implementation), and
typefaces should be. But that's not the state of affairs in the US.


--
Steven.

--
http://mail.python.org/mailman/listinfo/python-list

Feb 11 '06 #10
Kamilche <kl*******@comcast.net> wrote:
Yeah, that's what I'm thinking, as well. Showing all the text on an
image is one thing... using that image as the basis of a font engine is
something different.

Luckily, someone has sent me a link to a set of free TrueType fonts -
http://www.gnome.org/fonts , the 'Vera' family. I guess I'll turn those
into bitmaps to stay out of the gray area.

I have other reasons I want to use a bitmap font, other than licensing
issues.


You should probably check out X11 misc-fixed family of fonts.
They have free license and are designed from the begining as bitmaps,
which means they are more readable at small sizes (since they were
designed to be displayed at fixed sizes). They are monospaced, which
might be an advantage or not.

--
-----------------------------------------------------------
| Radovan GarabÃ*k http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
Feb 12 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Buddy | last post by:
Hello, How can I use the 'System' or 'FixedSys' font in my .NET application using controls (TextBox, Button and ListView)? Thanks,
5
by: Mike M | last post by:
Hi all, Attempting to do css for cross platform/browser compatibility. Have an issue with IE6 sp1 running on NT4. When using IE6 sp1, example 1 works fine, example 2 produces unreadable text....
6
by: ryan.mclean | last post by:
Hi all! I was hoping someone could help me out. What I would like to do is use a font that is not installed on the server, but does reside in my local web. Does that make sense? I would like to...
2
by: Adry | last post by:
Hi, I've a component (DLL COM) that retrieves Fonts system's folder by calling SHGetSpecialFolderLocation / SHGetPathFromIDList windows API. Using this component from VB 6.0 it's all OK....
4
by: Aaron Gray | last post by:
Is there anyway to get a list of all the availiable fonts in Javascript ? Aaron
12
by: ctclibby | last post by:
Hi all Have a customer that wants a specific font included in her web page design; Comic Sans MS. This is one of the MS core fonts. The problem I have is that some of the *nix browsers do NOT...
6
by: Nobody | last post by:
As fellow developers, I'm sure most of you have built a "bag of tricks" or classes or whatever over the years that are well tested and "bullet proof". What is the legality of taking such classes...
2
by: Gary | last post by:
1. I've installed a bunch of fonts in main application, which is in native C++ code using AddFontResourceEx 2. A C# application is launched from this main application, but failed to enumerate...
3
by: Vincent | last post by:
I work for a software company who develops a Microsoft Access based application. I am currently in the process of designing a scheduler for this application and really like the design of the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.