]> git.wh0rd.org - fontconfig.git/blame - README
Remove unconditional emboldening (per Behdad's instructions).
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
3bfae75d
PL
3 Version 2.3.93
4 2005-12-12
d5346181 5
845a0bf3
KP
6Check INSTALL for compilation and installation instructions.
7Report bugs to https://bugs.freedesktop.org in the fontconfig module.
8
3bfae75d
PL
92.3.93
10
11Create cache files in /var/cache/fontconfig with hashed filenames, if
12possible, for added FHS compliance.
13Make fc-cat read both per-directory and global cache files.
14Add config file for Persian fonts from Sharif FarsiWeb, Inc.
15Major performance improvements by Dirk Mueller, Stephen Kulow, and Michael Matz at SuSE: in particular, speed up FcFontSetMatch, and inline many functions.
16Fix treatment of globs in config files, broken since 2.3.2 and discovered by Mathias Clasen.
17Don't use freetype internal headers (patch by Matthias Clasen).
18Further space improvements: create langsets statically, so that they can live in .rodata.
19Properly align mmapped data structures to make e.g. ia64 happy.
20Bug fixes.
21
e6d3e251
PL
222.3.92
23
24Fix corrupted caches bugs from 2.3.91 (reported by Mike Fabian).
25Store only basename in the cache, reconstitute on demand
26(reported by James Cloos).
27Change the rule for artificial emboldening in fonts.conf.in. This
28enables the support for artificial emboldening included in cairo
29(patch by Zhe Su).
30Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether
31to load embedded bitmaps or not (patch by Jinghua Luo).
32Fix GCC4 warnings (some by Behdad Esfahbod).
33Support localized font family and style names; this has been reported
34to break old apps like xfd, but modern (gtk+/qt/mozilla) apps work
35fine (patch by Zhe Su).
36Prevent fc-list from escaping strings when printing them (reported by
37Matthias Clasen).
38Add valist sentinel markup for FcObjectSetBuild and
39FcPatternBuild (patch by Marcus Meissner).
40Add consts to variables so as to move arrays into .rodata (patch by
41Ross Burton).
42Modify config file to use Greek fonts before Asian fonts with
43Greek glyphs. (patch by Simos Xenitellis).
44Use libtool -no-undefined flag on all platforms (patch by Christian
45Biesinger).
46
bc5784ff
PL
472.3.91
48
49Use libxml2 if requested or if expat not available. (Mathias Hasselmann)
50Fix multi-arch cache files: compute the position for the
51block to be added using info from OrigFile, not NewFile. (plam)
52Cast results of sizeof() to unsigned int to get rid of
53warnings on x86_64 (reported by Matthias Clasen).
54Use FcAtomic to rewrite cache files; don't unlink the fonts.cache-2
55file even if there's no data to write; just write an empty cache file.
56(Reported by Lubos Lunak)
57Allocate room for the subdirectory names in each directory cache.
58(Reported by James Cloos)
59
f28f090d
PL
602.3.90
61
62Development release of mmap patch: load pattern information
63directly from cache files. (Patrick Lam)
64
1cb309ad
KP
652.3.2
66
87c88746
KP
67Patch memory leaks in using iconv. (Reported by Chris Capoccia)
68Patch memory leaks in fc-cache. (Reported by Chris Capoccia)
1cb309ad
KP
69Fetch bitmap glyphs to get widths during font evaluation. (keithp)
70Share strings through FcObjectStaticName (Ross Burton)
71Windows build updates (Tor Lillqvist)
72
d49dde9f
KP
732.3.1
74
75Be more careful about broken GSUB/GPOS tables (Manish Singh)
76Include debian packaging stuff in CVS (Josselin Mouette)
77Add more conf.d examples (Keith Packard)
78Make manuals build again (Keith Packard)
79Johap -> Johab (Funda Wang)
80
4afc00ca
KP
812.3.0
82
83Fix memory leak of patterns rejected by configuration (#2518)
84
85Create prototype /etc/fonts/conf.d directory and populate it with a few
86sample files. These samples are unused as the file names don't start with
87numbers.
88
89Update documentation.
90
afca7836
KP
912.2.99
92
93Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
94
95Update blanks list from recent Unicode docs (#86)
96
97Various small build fixes (#280, #2278,
98
99Documentation fixes (#2085, #2284, #2285)
100
101Add polite typechecking to config file loader (#229)
102
d5346181
KP
1032.2.98
104
105Share object name strings (Michael Meeks)
106
107Eliminate a couple of codepoints from Russian orthography (John Thacker)
108
109Add synthetic emboldening configuration changes (Jakub Pavelek)
110
111Change FcFontSetSort to ignore language after fonts with the requested
112languages have been found. (Owen Taylor)
113
114Add some RedHat font configuration changes (Owen Tayler).
115
116Add full Unicode case folding support to case-ignoring string functions
117(Keith Packard)
118
119Remove Han characters from Korean orthography (Tor Andersson)
308dc9c3
KP
120
1212.2.97
122
123Fc-cache sleeps before exiting to ensure filesystem timestamps are well
124ordered.
125
126Added Punjai orthography.
127
128The timestamp in fonts.conf is gone now. Too many problems.
129
130The default font path includes all of the X fonts; use selectfont/rejectfont
131to eliminate bitmaps, as shown in the sample local.conf file.
132
133<include> configuration elements may now reference a directory. Files
134in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
135
136<selectfont> configuration added to control which fonts are used.
137
138fontformat font pattern elements built from the FT_Get_X11_Font_Format
139function in newer versions of FreeType.
140
141'capability' list constructed from gsub/gpos and silf values in TrueType
142files.
143
144Multi-lingual names (style, family, fullname) extracted and stored with
145parallel <foo>lang properties marking language.
b5f36ca0
KP
146
1472.2.96
148
149Fix FcConfigUpToDate to actually check all font directories and eliminate
150a typo which completely prevented it from working (Lubos Lunak
151<l.lunak@suse.cz>)
152
153Remove comma at end of FcResult enum definition for picky compilers.
d81271eb
KP
154
1552.2.95
156
157Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
158
159Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
160with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
626a7016
KP
161
1622.2.94
163
164The 2.2.93 release was prepared with a broken libtool which created
165the shared library without the '.so' in the file names.
6ae6acf3
KP
166
1672.2.93
168
169This is the third prerelease of fontconfig 2.3. Significant changes from
1702.2.92 are:
171
172 o Use new FreeType #include syntax
173 o use y_ppem field instead of 'height' in bitmap sizes rec -
174 FreeType changed the semantics. Still uses height for
175 older versions of FreeType
176 o Don't construct program manuals unless docbook is available
177
1782.2.92
179
180 o make distcheck work
181
1822.2.91
183
184 o Switch to SGML manuals
185 o Add FC_DUAL width spacing value
186 o Add FcFini to close out fontconfig and release all memory
187
1882.2
2eafe090 189
8fc10a72 190This is the third public release of fontconfig, a font configuration and
2eafe090
KP
191customization library. Fontconfig is designed to locate fonts within the
192system and select them according to requirements specified by applications.
193
194Fontconfig is not a rasterization library, nor does it impose a particular
195rasterization library on the application. The X-specific library
196'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
197
198Keith Packard
199keithp@keithp.com