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