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