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