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