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