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