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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type"
content="text/css">
<meta http-equiv="Content-Script-Type"
content="text/javascript">
<meta name="description"
content="The FreeType Project:
a free, high-quality and portable Font engine">
<meta name="keywords"
content="FreeType fonts renderer TrueType OpenType Type1
CFF TTF OTF TTC OTC library free fast quality">
<link rel="icon"
sizes="16x16"
href="image/favicon.ico">
<link rel="shortcut icon"
href="image/favicon.ico">
<link rel="stylesheet"
type="text/css"
href="freetype2.css">
<script type="text/javascript"
src="jquery-1.8.3.min.js">
</script>
<script type="text/javascript"
src="jquery.ba-resize.min.js">
</script>
<script type="text/javascript"
src="freetype2.js">
</script>
<title>The FreeType Project</title>
</head>
<body>
<div id="top"
class="bar">
<h1><a href="index.html">FreeType</a></h1>
</div>
<div id="wrapper">
<div class="colmask leftmenu">
<div class="colright">
<div class="col1wrap">
<div class="col1">
<!-- ************************************************** -->
<div id="intro">
<p class="large">FreeType is a freely available software
library to render fonts.</p>
<p>It is written in C, designed to be small, efficient,
highly customizable, and portable while capable of
producing high-quality output (glyph images) of most
vector and bitmap font formats.</p>
<p>Some products which use FreeType for rendering fonts on
screen or on paper, either exclusively or partially:</p>
<ul>
<li><a href="http://www.gnu.org/gnu/why-gnu-linux.html">GNU/Linux</a> and
other free Unix operating system derivates like
<a href="http://www.freebsd.org/">FreeBSD</a>
or <a href="http://www.netbsd.org/">NetBSD</a></li>
<li><a href="http://www.apple.com/ios/">iOS</a>, Apple's
mobile operating system for iPhones and iPads</li>
<li><a href="http://www.android.com/">Android</a>,
Google's operating system for smartphones and tablet
computers</li>
<li><a href="http://www.chromium.org/chromium-os">ChromeOS</a>,
Google's operating system for laptop
computers</li>
<li><a href="http://www.ghostscript.com/">Ghostscript</a>,
a PostScript interpreter used in many printers</li>
</ul>
<p>Counting the above products only, you get more than a
<em>billion</em> devices which contain FreeType.</p>
</div>
<!-- ************************************************** -->
<div id="news">
<h2>News & Updates</h2>
<h4>Pledgie Campaign Was Successful!</h4>
<div class="date">2013-06-25</div>
<p>Thanks to a very generous donation by Pierre Arnaud
from <a href="http://www.epsitec.ch">Epsitec</a>, the
pledgie campaign for FreeType has reached its goal. I want
to say thank you again to all donors! Of course, noone
stops you from further donating to the campaign :-)</p>
<p>After integration of Adobe's CFF module and Google's
color emoji support, I will use the next months to work on
the remaining issues which I've promised to implement. Stay
tuned!</p>
<h4>FreeType 2.5</h4>
<div class="date">2013-06-19</div>
<p>FreeType 2.5 has been released. A major new feature is
support for color embedded bitmaps (eg. color emoji),
contributed by Behdad Esfahbod on behalf of Google.
Additionally, Adobe's CFF engine is now the default, which
makes a good reason to change from the 2.4.x to the 2.5.x
series.</p>
<p>On the technical side, the property API to access
FreeType module parameters (<tt>FT_Property_Set</tt>
and <tt>FT_Property_Get</tt>) is now declared as stable.</p>
<p>As usual,
see <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.5.0/">this
file</a> for the complete release notes which give more
details. And we have again blog entries
from <a href="http://blogs.adobe.com/typblography/2013/06/adobe-cff-font-rasterizer-accepted-by-freetype.html">Adobe</a>
and <a href="http://google-opensource.blogspot.com/2013/06/youve-got-cff.html">Google</a>.</p>
<p>[Please download the 2.5.0.1 bundle of the FreeType
library which fixes a packaging error.]</p>
<h4>FreeType 2.4.12</h4>
<div class="date">2013-05-08</div>
<p>FreeType 2.4.12 has been released. A major new feature
is a new parsing and hinting engine for CFF fonts,
contributed by Adobe in collaboration with Google. It was
my job the last few months to fully adapt the code to
FreeType, and we are very pleased with the results. You
might also read the blog entries from
<a href="http://blogs.adobe.com/typblography/2013/05/adobe-contributes-cff-rasterizer-to-freetype.html">Adobe</a>
and <a href="http://google-opensource.blogspot.com/2013/05/got-cff.html">Google</a>.</p>
<p>In connection with the new CFF engine, the demo programs,
especially <tt>ftview</tt> and <tt>ftdiff</tt>, have been
improved a lot; as usual, more details on the changes can
be found in
the <a href="https://sourceforge.net/projects/freetype/files/freetype2/2.4.12/">release
notes</a>.</p>
<p>I also want to say a big thank you to all the people who
have already donated to the campaign! In particular I
want to thank Adobe which has contributed to half the
total pledgie amount.</p>
<h4>Pledgie Campaign for Development and Maintainance</h4>
<div class="date">2012-12-20</div>
<p><a href="http://pledgie.com/campaigns/18808">
<img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!"
src="http://pledgie.com/campaigns/18808.png"
border="0"
align="middle">
</a></p>
<p>I've started a pledgie campaign for FreeType development
and maintainance. While no single company employs me
(Werner Lemberg) directly to work on it, I am constantly
improving it, adding new features, relentlessly driving up
quality, and responding to other developers’ requests.</p>
<p>If you or your company is using FreeType in your product,
and you care about continuing support and further
development, please contribute to my funding effort so I
can continue to bring the best text rendering to your
devices!</p>
<p>Besides user support and fixing bugs, your money will
help me implement
the <a href="http://www.w3.org/TR/2012/REC-WOFF-20121213/">WOFF</a>
font format and extending FreeType's auto-hinter to
support more scripts, together with other issues as
outlined in
the <a href="http://pledgie.com/campaigns/18808">roadmap</a>.</p>
<h4>FreeType 2.4.11</h4>
<div class="date">2012-12-20</div>
<p>FreeType 2.4.11 has been released. This is partly a
security release (for users of fonts in BDF format), but
it also contains important improvements:</p>
<ul>
<li>experimental support for TrueType subpixel hinting
support, as documented in
Microsoft's <a href="http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx">whitepaper</a></li>
<li>support for OpenType Collections</li>
</ul>
<p>See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.11/">this
file</a> for the complete release notes which give more
details.</p>
<h4>Redesigned Homepage</h4>
<div class="date">2012-12-20</div>
<p>The website has been redesigned, giving it a more recent
look to enhance readability and to make navigation easier.
Note that only the two topmost levels have been changed
yet; the remaining pages will follow.</p>
<h4>FreeType 2.4.10</h4>
<div class="date">2012-06-15</div>
<p>FreeType 2.4.10 has been released. This is minor
release, fixing mainly a problem for GhostScript.
See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.10/">this
file</a> for the release notes which give more
details.</p>
<h4>FreeType 2.4.9</h4>
<div class="date">2012-03-08</div>
<p>FreeType 2.4.9 has been released. This is mainly a
security release, fixing many potential vulnerabilities.
All users should upgrade.
See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.9/">this
file</a> for the release notes which give more
details.</p>
<h4>FreeType 2.4.8</h4>
<div class="date">2011-11-15</div>
<p>FreeType 2.4.8 has been released. This is a security
release, also providing a new API for accessing dictionary
data in Type 1 fonts. All users should upgrade.
See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.8/">this
file</a> for the release notes which give more
details.</p>
<h4>FreeType 2.4.7</h4>
<div class="date">2011-10-18</div>
<p>FreeType 2.4.7 has been released. This is a security
release. All users should upgrade.
See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.7/">this
file</a> for the release notes which give more
details.</p>
<h4>FreeType 2.4.6</h4>
<div class="date">2011-07-29</div>
<p>FreeType 2.4.6 has been released. This is a security
release. All users should upgrade.
See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.6/">this
file</a> for the release notes which give more
details.</p>
<h4>FreeType 2.4.5</h4>
<div class="date">2011-06-24</div>
<p>FreeType 2.4.5 has been released. This is a maintainance
release. All users should upgrade, especially if you
still experience rendering degradations with version
2.4.4.
See <a href="http://sourceforge.net/projects/freetype/files/freetype2/2.4.5/">this
file</a> for the release notes which give more
details.</p>
</div>
<!-- ************************************************** -->
<div id="links">
<h2>Links</h2>
<p>The links collected in this section are useful if you
want to put FreeType into a larger frame of
understanding.</p>
<h3>Reference Sites</h3>
<div class="quote">
<p><a href="http://www.microsoft.com/typography/">Microsoft
Typography</a> – Microsoft's OpenType
specification and developing tools<br>
<a href="http://developer.apple.com/fonts/">Apple
Fonts</a> – Apple's TrueType specification and
other things<br>
<a href="http://www.adobe.com/products/type.html">Adobe
Typography</a> – PostScript fonts specifications
and developing tools</p>
</div>
<p>Detailed information on the font formats supported by
FreeType can be found in the
file <a href="http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/formats.txt"
type="text/plain"><tt>formats.txt</tt></a> which is part
of the FreeType source code bundle.</p>
<h3>Font Tools</h3>
<div class="quote">
<p><a href="http://sourceforge.net/projects/fonttools/">TTX</a>
– an OpenType assembler and disassembler<br>
<a href="http://fontforge.org">FontForge</a> –
a free, powerful graphical font editor, including a
TrueType instructions debugger (using FreeType)<br>
<a href="http://home.kabelfoon.nl/~slam/fonts/truetypeviewer.html">TrueTypeViewer</a>
– a free, powerful OpenType viewing tool with a
TrueType instructions debugger (<em>not</em> using
FreeType)<br>
<a href="ttfautohint/index.html">ttfautohint</a> –
a tool to auto-hint TrueType fonts, based on FreeType's
auto-hinting engine (still under development)</p>
</div>
<h3>Font Shaping and Layout Engines</h3>
<p>These libraries work on top of font rendering libraries
like FreeType to provide sophisticated text (string)
layout, being able to handle OpenType features in
particular. All of them
use <a href="http://www.unicode.org">Unicode</a> for font
and text encoding.</p>
<div class="quote">
<p><a href="http://www.pango.org">Pango</a> – the
layout library used
by <a href="http://www.gnome.org">Gnome</a>'s <a href="http://www.gtk.org">GTK+</a>
framework<br>
<a href="http://www.icu-project.org">ICU</a> – a
layout library originally developed by IBM, used for
example in <a href="http://tug.org/xetex/">XeTeX</a>, an
internationalized successor
of <a href="http://en.wikipedia.org/wiki/TeX">TeX</a><br>
<a href="http://harfbuzz.org">HarfBuzz</a> – a
text shaping library (still under heavy development),
originally based on FreeType 1's OpenType layout
support</p>
</div>
<h3>Other Font-related Libraries</h3>
<div class="quote">
<p><a href="http://www.t1lib.org/">T1Lib</a> – a
Type 1 fonts library (no longer under
development)<br>
<a href="http://www-masu.ist.osaka-u.ac.jp/~kakugawa/VFlib/">VFLib</a>
– a library especially for accessing TeX fonts (no
longer under development)</p>
</div>
</div>
<!-- ************************************************** -->
<div class="webmaintainer">
<p>This page is maintained by
<a href="mailto:wl@gnu.org">Werner Lemberg.</a> The
FreeType logo has been designed
by <a href="http://www.colom.org">Manuel Colom</a>.</p>
</div>
</div>
</div>
<!-- ************************************************** -->
<div class="col2">
</div>
</div>
</div>
<!-- ************************************************** -->
<div id="TOC">
<ul>
<li class="funding">
<p><a href="http://pledgie.com/campaigns/18808">
<img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!"
src="http://pledgie.com/campaigns/18808.png?skin_name=chrome"
border="0"
align="middle">
</a></p>
<p><a href="http://flattr.com/thing/882217/The-FreeType-Project"
target="_blank">
<img class="with-border"
src="http://api.flattr.com/button/flattr-badge-large.png"
alt="Flattr this"
title="Flattr this"
border="0"
align="middle">
</a></p>
</li>
<li class="primary">
<a href="index.html" class="current">Home</a>
</li>
<li class="primary">
<a href="index.html#news">News</a>
</li>
<li class="primary">
<a href="freetype2/index.html">Overview</a>
</li>
<li class="primary">
<a href="freetype2/documentation.html">Documentation</a>
</li>
<li class="primary">
<a href="developer.html">Development</a>
</li>
<li class="primary">
<a href="contact.html"
class="emphasis">Contact</a>
</li>
<li>
<!-- separate primary from secondary entries -->
</li>
<li class="secondary">
<a href="download.html">Download</a>
</li>
<li class="secondary">
<a href="license.html">Licenses</a>
</li>
<li class="secondary">
<a href="history.html">History</a>
</li>
<li class="secondary">
<a href="#links">Links</a>
</li>
</ul>
</div>
</div> <!-- id="wrapper" -->
<div id="TOC-bottom">
</div>
</body>
</html>
|