1			Xft
2		X FreeType library
3		  Version 2.3.6
4		    2022-09-10
5
6Xft version 2.1 was the first stand alone release of Xft, a library that
7connects X applications with the FreeType font rasterization library. Xft
8uses fontconfig to locate fonts so it has no configuration files.
9
10Version 2.3.6
11
12Fixes a regression in 2.3.5 for XftTextExtents* length-checks.
13
14Version 2.3.5
15
16Add support for BGRA glyphs display and scaling
17Add "trackmemusage" property to use in improved _XftFontUncacheGlyph
18Revised/completed manual page; all functions are documented.
19
20Version 2.3.4
21
22Handle deprecation of FcNameRegisterObjectTypes API by fontconfig.
23Minor cleanups for compiler warnings and man pages.
24
25Version 2.3.3
26
27Use XRenderCreateSolidFill when available (Render version 0.10 or later)
28in XftDrawSrcPicture.
29
30Version 2.3.2
31
32Build fix for freetype 2.5.1, man page fix for XftDrawString8 & XftDrawRect.
33
34Version 2.3.1
35
36Fix regression that broke bold fonts in 2.3.0, remove dead code.
37
38Version 2.3.0
39
40Subpixel LCD text rendering improvements
41
42Dropped support for versions of freetype2, fontconfig & libXrender that
43pre-dated pkgconfig support.
44
45Raised minimum required versions to freetype2 2.1.6 & fontconfig 2.5.92.
46
47
48Version 2.2.0
49
50Dropped xft-config, now that pkg-config is well established.
51
52Version 2.1.14
53
54Added fake bold support (#1579, Novell #38202/223682).
55
56Version 2.1.13
57
58Fix hashing in 64-bit versions.  Register objects with freetype.
59Fix XftDrawRect when Render not supported.
60
61Version 2.1.12
62
63Fix exporting of XftNameUnparse function.
64
65Version 2.1.9
66
67Stop exporting unnecessary symbols.
68
69Version 2.1.7
70
71Change FC_CHARCELL and FC_MONO interpretation.  FC_MONO no longer clips
72glyphs to charcell, you must specify FC_CHARCELL for that.
73
74Add support for FT_GlyphSlot_Embolden where it exists (which it usually
75doesn't).
76
77Avoid crashing when using FT_Face objects.
78
79Version 2.1.6
80
81Deal with broken FreeType 2.1.7 BDF/PCF loaders by trying both y_ppem/x_ppem
82and width/height values.
83
84Version 2.1.5
85
86Left some #warnings from testing in the 2.1.4 release.  Spin again.
87
88Version 2.1.4
89
90Work with older versions of Fontconfig by using various pattern elements
91only when defined.
92
93Version 2.1.3
94
95Change Freetype includes to new syntax.
96
97Search for nearest bitmap for bitmap-only fonts.
98
99Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE.
100