]> git.wh0rd.org - fontconfig.git/blame - README
Update version to 2.2.3 Add release comments to INSTALL
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
f959b24d
KP
3 Version 2.2.3
4 2004-6-30
2eafe090 5
8fc10a72 6This is the third public release of fontconfig, a font configuration and
2eafe090
KP
7customization library. Fontconfig is designed to locate fonts within the
8system and select them according to requirements specified by applications.
9
10Fontconfig is not a rasterization library, nor does it impose a particular
11rasterization library on the application. The X-specific library
12'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
13
f959b24d
KP
14Version 2.2.3
15
16+ Merge Windows changes from HEAD (Tor Lillqvist)
17+ Merge fix for bug #387 from HEAD (Pedro Gimeno)
18+ Merge code to handle FreeType changes in y_ppem/height
19+ Merge fixes for FcConfigUpToDate (Lubos Lunak)
20
34ead331
KP
21Version 2.2.2
22
23Update #includes for newer versions of FreeType
24
25Version 2.2.1
26
27Allows executable names for autotools to be specified in environment
28variables.
29
30Close some SGML tags in the documentation.
31
32Fix a catastrophic bug in pattern editing code
33
34Fix a typo "bitsteam" -> "bitstream"
35
36Let FreeType compute slant for type1 fonts instead of poking at the
37italic_angle value.
38
39Fix language comparison function.
40
2eafe090
KP
41Keith Packard
42keithp@keithp.com