]> git.wh0rd.org - fontconfig.git/blame_incremental - README
Provided by: Lubos Lunak <l.lunak@suse.cz>
[fontconfig.git] / README
... / ...
CommitLineData
1 Fontconfig
2 Font configuration and customization library
3 Version 2.2.95
4 2004-5-29
5
62.2.95
7
8Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
9
10Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
11with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
12
132.2.94
14
15The 2.2.93 release was prepared with a broken libtool which created
16the shared library without the '.so' in the file names.
17
182.2.93
19
20This is the third prerelease of fontconfig 2.3. Significant changes from
212.2.92 are:
22
23 o Use new FreeType #include syntax
24 o use y_ppem field instead of 'height' in bitmap sizes rec -
25 FreeType changed the semantics. Still uses height for
26 older versions of FreeType
27 o Don't construct program manuals unless docbook is available
28
292.2.92
30
31 o make distcheck work
32
332.2.91
34
35 o Switch to SGML manuals
36 o Add FC_DUAL width spacing value
37 o Add FcFini to close out fontconfig and release all memory
38
392.2
40
41This is the third public release of fontconfig, a font configuration and
42customization library. Fontconfig is designed to locate fonts within the
43system and select them according to requirements specified by applications.
44
45Fontconfig is not a rasterization library, nor does it impose a particular
46rasterization library on the application. The X-specific library
47'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
48
49Keith Packard
50keithp@keithp.com