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