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