]> git.wh0rd.org - fontconfig.git/blame - README
Use libxml2 if requested (with --enable-libxml2) or if expat is not
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
1cb309ad 3 Version 2.3.2
f28f090d 4 2005-9-23
d5346181 5
845a0bf3
KP
6Check INSTALL for compilation and installation instructions.
7Report bugs to https://bugs.freedesktop.org in the fontconfig module.
8
f28f090d
PL
92.3.90
10
11Development release of mmap patch: load pattern information
12directly from cache files. (Patrick Lam)
13
1cb309ad
KP
142.3.2
15
87c88746
KP
16Patch memory leaks in using iconv. (Reported by Chris Capoccia)
17Patch memory leaks in fc-cache. (Reported by Chris Capoccia)
1cb309ad
KP
18Fetch bitmap glyphs to get widths during font evaluation. (keithp)
19Share strings through FcObjectStaticName (Ross Burton)
20Windows build updates (Tor Lillqvist)
21
d49dde9f
KP
222.3.1
23
24Be more careful about broken GSUB/GPOS tables (Manish Singh)
25Include debian packaging stuff in CVS (Josselin Mouette)
26Add more conf.d examples (Keith Packard)
27Make manuals build again (Keith Packard)
28Johap -> Johab (Funda Wang)
29
4afc00ca
KP
302.3.0
31
32Fix memory leak of patterns rejected by configuration (#2518)
33
34Create prototype /etc/fonts/conf.d directory and populate it with a few
35sample files. These samples are unused as the file names don't start with
36numbers.
37
38Update documentation.
39
afca7836
KP
402.2.99
41
42Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
43
44Update blanks list from recent Unicode docs (#86)
45
46Various small build fixes (#280, #2278,
47
48Documentation fixes (#2085, #2284, #2285)
49
50Add polite typechecking to config file loader (#229)
51
d5346181
KP
522.2.98
53
54Share object name strings (Michael Meeks)
55
56Eliminate a couple of codepoints from Russian orthography (John Thacker)
57
58Add synthetic emboldening configuration changes (Jakub Pavelek)
59
60Change FcFontSetSort to ignore language after fonts with the requested
61languages have been found. (Owen Taylor)
62
63Add some RedHat font configuration changes (Owen Tayler).
64
65Add full Unicode case folding support to case-ignoring string functions
66(Keith Packard)
67
68Remove Han characters from Korean orthography (Tor Andersson)
308dc9c3
KP
69
702.2.97
71
72Fc-cache sleeps before exiting to ensure filesystem timestamps are well
73ordered.
74
75Added Punjai orthography.
76
77The timestamp in fonts.conf is gone now. Too many problems.
78
79The default font path includes all of the X fonts; use selectfont/rejectfont
80to eliminate bitmaps, as shown in the sample local.conf file.
81
82<include> configuration elements may now reference a directory. Files
83in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
84
85<selectfont> configuration added to control which fonts are used.
86
87fontformat font pattern elements built from the FT_Get_X11_Font_Format
88function in newer versions of FreeType.
89
90'capability' list constructed from gsub/gpos and silf values in TrueType
91files.
92
93Multi-lingual names (style, family, fullname) extracted and stored with
94parallel <foo>lang properties marking language.
b5f36ca0
KP
95
962.2.96
97
98Fix FcConfigUpToDate to actually check all font directories and eliminate
99a typo which completely prevented it from working (Lubos Lunak
100<l.lunak@suse.cz>)
101
102Remove comma at end of FcResult enum definition for picky compilers.
d81271eb
KP
103
1042.2.95
105
106Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
107
108Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
109with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
626a7016
KP
110
1112.2.94
112
113The 2.2.93 release was prepared with a broken libtool which created
114the shared library without the '.so' in the file names.
6ae6acf3
KP
115
1162.2.93
117
118This is the third prerelease of fontconfig 2.3. Significant changes from
1192.2.92 are:
120
121 o Use new FreeType #include syntax
122 o use y_ppem field instead of 'height' in bitmap sizes rec -
123 FreeType changed the semantics. Still uses height for
124 older versions of FreeType
125 o Don't construct program manuals unless docbook is available
126
1272.2.92
128
129 o make distcheck work
130
1312.2.91
132
133 o Switch to SGML manuals
134 o Add FC_DUAL width spacing value
135 o Add FcFini to close out fontconfig and release all memory
136
1372.2
2eafe090 138
8fc10a72 139This is the third public release of fontconfig, a font configuration and
2eafe090
KP
140customization library. Fontconfig is designed to locate fonts within the
141system and select them according to requirements specified by applications.
142
143Fontconfig is not a rasterization library, nor does it impose a particular
144rasterization library on the application. The X-specific library
145'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
146
147Keith Packard
148keithp@keithp.com