]> git.wh0rd.org - fontconfig.git/blame - README
Fix argument ordering problem in call to FcPatternTransferFullFname.
[fontconfig.git] / README
CommitLineData
24330d27
KP
1 Fontconfig
2 Font configuration and customization library
bc5784ff 3 Version 2.3.91
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
bc5784ff
PL
92.3.91
10
11Use libxml2 if requested or if expat not available. (Mathias Hasselmann)
12Fix multi-arch cache files: compute the position for the
13block to be added using info from OrigFile, not NewFile. (plam)
14Cast results of sizeof() to unsigned int to get rid of
15warnings on x86_64 (reported by Matthias Clasen).
16Use FcAtomic to rewrite cache files; don't unlink the fonts.cache-2
17file even if there's no data to write; just write an empty cache file.
18(Reported by Lubos Lunak)
19Allocate room for the subdirectory names in each directory cache.
20(Reported by James Cloos)
21
f28f090d
PL
222.3.90
23
24Development release of mmap patch: load pattern information
25directly from cache files. (Patrick Lam)
26
1cb309ad
KP
272.3.2
28
87c88746
KP
29Patch memory leaks in using iconv. (Reported by Chris Capoccia)
30Patch memory leaks in fc-cache. (Reported by Chris Capoccia)
1cb309ad
KP
31Fetch bitmap glyphs to get widths during font evaluation. (keithp)
32Share strings through FcObjectStaticName (Ross Burton)
33Windows build updates (Tor Lillqvist)
34
d49dde9f
KP
352.3.1
36
37Be more careful about broken GSUB/GPOS tables (Manish Singh)
38Include debian packaging stuff in CVS (Josselin Mouette)
39Add more conf.d examples (Keith Packard)
40Make manuals build again (Keith Packard)
41Johap -> Johab (Funda Wang)
42
4afc00ca
KP
432.3.0
44
45Fix memory leak of patterns rejected by configuration (#2518)
46
47Create prototype /etc/fonts/conf.d directory and populate it with a few
48sample files. These samples are unused as the file names don't start with
49numbers.
50
51Update documentation.
52
afca7836
KP
532.2.99
54
55Verify cache for FC_FILE and FC_FAMILY in every entry (#2219)
56
57Update blanks list from recent Unicode docs (#86)
58
59Various small build fixes (#280, #2278,
60
61Documentation fixes (#2085, #2284, #2285)
62
63Add polite typechecking to config file loader (#229)
64
d5346181
KP
652.2.98
66
67Share object name strings (Michael Meeks)
68
69Eliminate a couple of codepoints from Russian orthography (John Thacker)
70
71Add synthetic emboldening configuration changes (Jakub Pavelek)
72
73Change FcFontSetSort to ignore language after fonts with the requested
74languages have been found. (Owen Taylor)
75
76Add some RedHat font configuration changes (Owen Tayler).
77
78Add full Unicode case folding support to case-ignoring string functions
79(Keith Packard)
80
81Remove Han characters from Korean orthography (Tor Andersson)
308dc9c3
KP
82
832.2.97
84
85Fc-cache sleeps before exiting to ensure filesystem timestamps are well
86ordered.
87
88Added Punjai orthography.
89
90The timestamp in fonts.conf is gone now. Too many problems.
91
92The default font path includes all of the X fonts; use selectfont/rejectfont
93to eliminate bitmaps, as shown in the sample local.conf file.
94
95<include> configuration elements may now reference a directory. Files
96in that directory matching [0-9]* are loaded in UTF-8 collating sequence order.
97
98<selectfont> configuration added to control which fonts are used.
99
100fontformat font pattern elements built from the FT_Get_X11_Font_Format
101function in newer versions of FreeType.
102
103'capability' list constructed from gsub/gpos and silf values in TrueType
104files.
105
106Multi-lingual names (style, family, fullname) extracted and stored with
107parallel <foo>lang properties marking language.
b5f36ca0
KP
108
1092.2.96
110
111Fix FcConfigUpToDate to actually check all font directories and eliminate
112a typo which completely prevented it from working (Lubos Lunak
113<l.lunak@suse.cz>)
114
115Remove comma at end of FcResult enum definition for picky compilers.
d81271eb
KP
116
1172.2.95
118
119Add FcResultOutOfMemory so FcFontSetMatch can return accurate error.
120
121Replace MIN/MAX/ABS macros which happened to be in old FreeType releases
122with FC_MIN/FC_MAX/FC_ABS macros owned by fontconfig.
626a7016
KP
123
1242.2.94
125
126The 2.2.93 release was prepared with a broken libtool which created
127the shared library without the '.so' in the file names.
6ae6acf3
KP
128
1292.2.93
130
131This is the third prerelease of fontconfig 2.3. Significant changes from
1322.2.92 are:
133
134 o Use new FreeType #include syntax
135 o use y_ppem field instead of 'height' in bitmap sizes rec -
136 FreeType changed the semantics. Still uses height for
137 older versions of FreeType
138 o Don't construct program manuals unless docbook is available
139
1402.2.92
141
142 o make distcheck work
143
1442.2.91
145
146 o Switch to SGML manuals
147 o Add FC_DUAL width spacing value
148 o Add FcFini to close out fontconfig and release all memory
149
1502.2
2eafe090 151
8fc10a72 152This is the third public release of fontconfig, a font configuration and
2eafe090
KP
153customization library. Fontconfig is designed to locate fonts within the
154system and select them according to requirements specified by applications.
155
156Fontconfig is not a rasterization library, nor does it impose a particular
157rasterization library on the application. The X-specific library
158'Xft' uses fontconfig along with freetype to specify and rasterize fonts.
159
160Keith Packard
161keithp@keithp.com