]> git.wh0rd.org - fontconfig.git/blame - README
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
626a7016
KP
3 Version 2.2.94
4 2004-4-23
5
62.2.94
7
8The 2.2.93 release was prepared with a broken libtool which created
9the shared library without the '.so' in the file names.
6ae6acf3
KP
10
112.2.93
12
13This is the third prerelease of fontconfig 2.3. Significant changes from
142.2.92 are:
15
16 o Use new FreeType #include syntax
17 o use y_ppem field instead of 'height' in bitmap sizes rec -
18 FreeType changed the semantics. Still uses height for
19 older versions of FreeType
20 o Don't construct program manuals unless docbook is available
21
222.2.92
23
24 o make distcheck work
25
262.2.91
27
28 o Switch to SGML manuals
29 o Add FC_DUAL width spacing value
30 o Add FcFini to close out fontconfig and release all memory
31
322.2
2eafe090 33
8fc10a72 34This is the third public release of fontconfig, a font configuration and
2eafe090
KP
35customization library. Fontconfig is designed to locate fonts within the
36system and select them according to requirements specified by applications.
37
38Fontconfig is not a rasterization library, nor does it impose a particular
39rasterization library on the application. The X-specific library
40'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
41
42Keith Packard
43keithp@keithp.com