~ubuntu-branches/ubuntu/gutsy/ttf-freefont/gutsy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
-*-text-*-
$Id: README,v 1.2 2005/12/01 15:00:24 peterlin Exp $

Summary: This project aims to privide a set of free scalable (i.e.,
OpenType) fonts covering the ISO 10646/Unicode UCS (Universal
Character Set).


WHY DO WE NEED FREE SCALABLE UCS FONTS?

A large number of free software users switched from free X11
bitmapped fonts to proprietary Microsoft Truetype fonts, as a) they
used to be freely downloaded from Microsoft Typography page
<http://www.microsoft.com/typography/free.htm>, b) they contain a more
or less decent subsed of the ISO 10646 UCS (Universal Character Set),
c) they are high-quality, well hinted scalable Truetype fonts, and d)
Freetype <http://www.freetype.org/>, a free high-quality Truetype font
renderer exists and has been integrated into the latest release of
XFree86, the free X11 server.

Building a dependence on non-free software, even a niche one like
fonts, is dangerous. Microsoft Truetype core fonts are not free, they
are just costless. For now, at least. Citing the TrueType core fonts
for the Web FAQ <http://www.microsoft.com/typography/faq/faq8.htm>:
"You may only redistribute the fonts in their original form (.exe or
.sit.hqx) and with their original file name from your Web site or
intranet site. You must not supply the fonts, or any derivative fonts
based on them, in any form that adds value to commercial products,
such as CD-ROM or disk based multimedia programs, application software
or utilities." As of August 2002, however, the fonts are not
anymore available on the Web, which makes the situation clearer.

Aren't there any free high-quality scalable fonts? Yes, there are.
URW++, a German digital typefoundry, released their own version of the
35 Postscript Type 1 core fonts under GPL as their donation to the
Ghostscript project <http://www.gimp.org/fonts.html>. The Wadalab
Kanji comittee has produced Type 1 font files with thousands of
filigree Japanese glyphs <ftp://ftp.ipl.t.u-tokyo.ac.jp/pub/Font/>.
Yannis Haralambous has drawn beautiful glyphs for the Omega
typesetting system <http://omega.cse.unsw.edu.au:8080/>. And so
on. Scattered around the internet there are numerous other free
resources for other national scripts, many of them aiming to be a
suitable match for Latin fonts like Times or Helvetica.


WHAT DO WE PLAN TO ACHIEVE, AND HOW?

Our aim is to collect available resources, fill in the missing pieces,
and provide a set of free high-quality scalable (Opentype) UCS fonts,
released under GNU General Public License.

Free UCS scalable fonts will cover the following character sets

* ISO 8859 parts 1-15
* CEN MES-3 European Unicode Subset
  http://www.evertype.com/standards/iso10646/pdf/cwa13873.pdf
* IBM/Microsoft code pages 437, 850, 852, 1250, 1252 and more
* Microsoft/Adobe Windows Glyph List 4 (WGL4)
  http://partners.adobe.com/asn/developer/opentype/appendices/wgl4.html
* KOI8-R and KOI8-RU
* DEC VT100 graphics symbols
* International Phonetic Alphabet
* Arabic, Hebrew, Armenian, Georgian, Ethiopian, Thai and Lao alphabets,
  including Arabic presentation forms A/B
* Japanese Katakana and Hiragana
* mathematical symbols, including the whole TeX repertoire of symbols
* APL symbols
  etc.

A free outline font editor, George Williams's FontForge
<http://fontforge.sourceforge.net/> will be used for creating new
glyphs.

Which font shapes should be made? As historical style terms like
Renaissance or Baroque letterforms cannot be applied beyond
Latin/Cyrillic/Greek scripts to any greater extent than Kufi or Nashki
can be applied beyond Arabic script, a smaller subset of styles will
be made: one monospaced and two proportional (one with uniform stroke
and one with modulated) will be made at the start.

In the beginning, however, we don't believe that Truetype hinting will
be good enough to compete with neither the hand-crafted bitmapped
fonts at small sizes, nor with commercial TrueType fonts. A companion
program for modifying the TrueType font tables, TtfMod, is in the
works, though: <http://pfaedit.sourceforge.net/TtfMod/>. For
applications like xterm, users are referred to the existing UCS bitmap
fonts, <http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html>.


LICENSING

Free UCS scalable fonts is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.

The fonts are distributed in the hope that they will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.

As a special exception, if you create a document which uses this font,
and embed this font or unaltered portions of this font into the
document, this font does not by itself cause the resulting document to
be covered by the GNU General Public License. This exception does not
however invalidate any other reasons why the document might be covered
by the GNU General Public License. If you modify this font, you may
extend this exception to your version of the font, but you are not
obligated to do so. If you do not wish to do so, delete this exception
statement from your version.


WHAT DO THE FILE SUFFICES MEAN?

The files with .sfd (Spline Font Database) are in FontForge's native
format. Please use these if you plan to modify the font
files. FontForge can export these to mostly any existing font file
format.

TrueType fonts for immediate consumption are the files with the .ttf
(TrueType Font) suffix. You can use them directly, e.g. with the X
font server.

The files with .ps (PostScript) suffix are not font files at all -
they are merely PostScript files with glyph tables, which can be used
for overview, which glyphs are contained in which font file.

You may have noticed the lacking of PostScript Type 1 (.pfa/.pfb) font
files. Type 1 format does not support large (> 256) encoding vectors,
so they can not be used with ISO 10646 encoding. If your printer
supports it, you can use Type 0 format, though. Please use FontForge
for conversion to Type 0.


Primoz Peterlin, <primoz.peterlin@biofiz.mf.uni-lj.si>

Free UCS scalable fonts: http://savannah.nongnu.org/projects/freefont/