]> git.wh0rd.org - fontconfig.git/blame - README
Give the 'Standard Symbols L' match a strong (vs. weak) binding.
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
63d2df3f
PL
3 Version 2.3.94
4 2006-02-24
d5346181 5
845a0bf3
KP
6Check INSTALL for compilation and installation instructions.
7Report bugs to https://bugs.freedesktop.org in the fontconfig module.
8
63d2df3f
PL
92.3.94
10
11fc-cat can take directories as input and creates old-style fonts.cache
12listings.
13fc-cache takes -r --really-force which blows away all old caches and
14regenerates.
15Robustness fixes, integer overflow fixes (notably to cache handling
16code), toast broken global cache files.
17Change binary format to make it compatible with static langset
18information (thanks to Takashi Iwai).
19Open hashed caches before fonts.cache-2 (Takashi Iwai).
20Fix FcFontSetMatch's algorithm, which used to unjustly kill fonts for
21not declaring certain elements (Takashi Iwai).
22Fix matching bug when multiple elements match; don't use
23the sum of all scores, but the best score (James Su).
24Make fc-lang more friendly to Windows systems.
25Remove archaic chars from Georgian charset; add Euro character to
26charsets for European languages.
27Fix treatment of broken PCF fonts that don't declare family names.
28Pass O_BINARY to open if appropriate (reported by Doodle).
29Normalize font directories to the form in which they appear in
30config files.
31Add a record of the cached directory to the cache file.
32Perf optimizations (Dirk Mueller; some reported by Michael Meeks.)
33Don't loop infinitely on recursive symlinks.
34Make 'make distcheck' work with automake 1.6.3.
35Replace 'stamp' target with mkinstalldirs.
36Don't stop scanning if a directory in fonts.conf doesn't exist,
37because subsequent directories might exist.
38Put directory names into global cache (reported by Ronny V. Vindenes).
39Treat zh-hk fonts differently from zh-tw fonts. This patch may cause
40fontconfig to treat A-X fonts differently from A-Y fonts; please mail
41the fontconfig list if this causes any problems.
42Fix for unaligned memory accesses (Andreas Schwab).
43Fix treatment of cache directory as read from cache file; don't use
44string equality to determine if we have the right file, use inode
45equality.
46Properly skip past dir caches that contain zero fonts, as occurs
47in global caches (reported by Mike Fabian).
48Print out full pathname in fc-match -v (reported by Frederic Crozat).
49Fix bug where fc-match crashes when given __DUMMY__ property to
50match on.
51
3bfae75d
PL
522.3.93
53
54Create cache files in /var/cache/fontconfig with hashed filenames, if
55possible, for added FHS compliance.
56Make fc-cat read both per-directory and global cache files.
57Add config file for Persian fonts from Sharif FarsiWeb, Inc.
58Major performance improvements by Dirk Mueller, Stephen Kulow, and Michael Matz at SuSE: in particular, speed up FcFontSetMatch, and inline many functions.
59Fix treatment of globs in config files, broken since 2.3.2 and discovered by Mathias Clasen.
60Don't use freetype internal headers (patch by Matthias Clasen).
61Further space improvements: create langsets statically, so that they can live in .rodata.
62Properly align mmapped data structures to make e.g. ia64 happy.
63Bug fixes.
64
e6d3e251
PL
652.3.92
66
67Fix corrupted caches bugs from 2.3.91 (reported by Mike Fabian).
68Store only basename in the cache, reconstitute on demand
69(reported by James Cloos).
70Change the rule for artificial emboldening in fonts.conf.in. This
71enables the support for artificial emboldening included in cairo
72(patch by Zhe Su).
73Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether
74to load embedded bitmaps or not (patch by Jinghua Luo).
75Fix GCC4 warnings (some by Behdad Esfahbod).
76Support localized font family and style names; this has been reported
77to break old apps like xfd, but modern (gtk+/qt/mozilla) apps work
78fine (patch by Zhe Su).
79Prevent fc-list from escaping strings when printing them (reported by
80Matthias Clasen).
81Add valist sentinel markup for FcObjectSetBuild and
82FcPatternBuild (patch by Marcus Meissner).
83Add consts to variables so as to move arrays into .rodata (patch by
84Ross Burton).
85Modify config file to use Greek fonts before Asian fonts with
86Greek glyphs. (patch by Simos Xenitellis).
87Use libtool -no-undefined flag on all platforms (patch by Christian
88Biesinger).
89
bc5784ff
PL
902.3.91
91
92Use libxml2 if requested or if expat not available. (Mathias Hasselmann)
93Fix multi-arch cache files: compute the position for the
94block to be added using info from OrigFile, not NewFile. (plam)
95Cast results of sizeof() to unsigned int to get rid of
96warnings on x86_64 (reported by Matthias Clasen).
97Use FcAtomic to rewrite cache files; don't unlink the fonts.cache-2
98file even if there's no data to write; just write an empty cache file.
99(Reported by Lubos Lunak)
100Allocate room for the subdirectory names in each directory cache.
101(Reported by James Cloos)
102
f28f090d
PL
1032.3.90
104
105Development release of mmap patch: load pattern information
106directly from cache files. (Patrick Lam)
107
1cb309ad
KP
1082.3.2
109
87c88746
KP
110Patch memory leaks in using iconv. (Reported by Chris Capoccia)
111Patch memory leaks in fc-cache. (Reported by Chris Capoccia)
1cb309ad
KP
112Fetch bitmap glyphs to get widths during font evaluation. (keithp)
113Share strings through FcObjectStaticName (Ross Burton)
114Windows build updates (Tor Lillqvist)
115
d49dde9f
KP
1162.3.1
117
118Be more careful about broken GSUB/GPOS tables (Manish Singh)
119Include debian packaging stuff in CVS (Josselin Mouette)
120Add more conf.d examples (Keith Packard)
121Make manuals build again (Keith Packard)
122Johap -> Johab (Funda Wang)
123
4afc00ca
KP
1242.3.0
125
126Fix memory leak of patterns rejected by configuration (#2518)
127
128Create prototype /etc/fonts/conf.d directory and populate it with a few
129sample files. These samples are unused as the file names don't start with
130numbers.
131
132Update documentation.
133
afca7836
KP
1342.2.99
135
136Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
137
138Update blanks list from recent Unicode docs (#86)
139
140Various small build fixes (#280, #2278,
141
142Documentation fixes (#2085, #2284, #2285)
143
144Add polite typechecking to config file loader (#229)
145
d5346181
KP
1462.2.98
147
148Share object name strings (Michael Meeks)
149
150Eliminate a couple of codepoints from Russian orthography (John Thacker)
151
152Add synthetic emboldening configuration changes (Jakub Pavelek)
153
154Change FcFontSetSort to ignore language after fonts with the requested
155languages have been found. (Owen Taylor)
156
157Add some RedHat font configuration changes (Owen Tayler).
158
159Add full Unicode case folding support to case-ignoring string functions
160(Keith Packard)
161
162Remove Han characters from Korean orthography (Tor Andersson)
308dc9c3
KP
163
1642.2.97
165
166Fc-cache sleeps before exiting to ensure filesystem timestamps are well
167ordered.
168
169Added Punjai orthography.
170
171The timestamp in fonts.conf is gone now. Too many problems.
172
173The default font path includes all of the X fonts; use selectfont/rejectfont
174to eliminate bitmaps, as shown in the sample local.conf file.
175
176<include> configuration elements may now reference a directory. Files
177in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
178
179<selectfont> configuration added to control which fonts are used.
180
181fontformat font pattern elements built from the FT_Get_X11_Font_Format
182function in newer versions of FreeType.
183
184'capability' list constructed from gsub/gpos and silf values in TrueType
185files.
186
187Multi-lingual names (style, family, fullname) extracted and stored with
188parallel <foo>lang properties marking language.
b5f36ca0
KP
189
1902.2.96
191
192Fix FcConfigUpToDate to actually check all font directories and eliminate
193a typo which completely prevented it from working (Lubos Lunak
194<l.lunak@suse.cz>)
195
196Remove comma at end of FcResult enum definition for picky compilers.
d81271eb
KP
197
1982.2.95
199
200Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
201
202Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
203with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
626a7016
KP
204
2052.2.94
206
207The 2.2.93 release was prepared with a broken libtool which created
208the shared library without the '.so' in the file names.
6ae6acf3
KP
209
2102.2.93
211
212This is the third prerelease of fontconfig 2.3. Significant changes from
2132.2.92 are:
214
215 o Use new FreeType #include syntax
216 o use y_ppem field instead of 'height' in bitmap sizes rec -
217 FreeType changed the semantics. Still uses height for
218 older versions of FreeType
219 o Don't construct program manuals unless docbook is available
220
2212.2.92
222
223 o make distcheck work
224
2252.2.91
226
227 o Switch to SGML manuals
228 o Add FC_DUAL width spacing value
229 o Add FcFini to close out fontconfig and release all memory
230
2312.2
2eafe090 232
8fc10a72 233This is the third public release of fontconfig, a font configuration and
2eafe090
KP
234customization library. Fontconfig is designed to locate fonts within the
235system and select them according to requirements specified by applications.
236
237Fontconfig is not a rasterization library, nor does it impose a particular
238rasterization library on the application. The X-specific library
239'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
240
241Keith Packard
242keithp@keithp.com