NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025123.5 KiB

AUTHORSH A D10-Nov-2025263

autogen.shH A D10-Nov-2025195

ChangeLogH A D10-Nov-202560.6 KiB

compileH A D10-Nov-20257.2 KiB

config.guessH A D10-Nov-202548.3 KiB

config.h.inH A D10-Nov-20252 KiB

config.subH A D10-Nov-202534.6 KiB

configureH A D10-Nov-2025621.8 KiB

configure.acH A D10-Nov-20253.1 KiB

COPYINGH A D10-Nov-20251.1 KiB

depcompH A D10-Nov-202523 KiB

include/H10-Nov-202517

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515 KiB

ltmain.shH A D10-Nov-2025325.3 KiB

m4/H10-Nov-2025104

Makefile.amH A D10-Nov-20251.4 KiB

Makefile.inH A D10-Nov-202530.5 KiB

man/H10-Nov-20254 KiB

meson.buildH A D10-Nov-20257 KiB

meson.optionsH A D10-Nov-2025108

missingH A D10-Nov-20256.7 KiB

NEWSH A D10-Nov-20252.3 KiB

README.mdH A D10-Nov-20251.5 KiB

src/H10-Nov-20254 KiB

xft.pc.inH A D10-Nov-2025311

README.md

1libXft - X FreeType library
2---------------------------
3
4libXft is the client side font rendering library, using libfreetype,
5libX11, and the X Render extension to display anti-aliased text.
6
7Xft version 2.1 was the first stand alone release of Xft, a library that
8connects X applications with the FreeType font rasterization library. Xft
9uses fontconfig to locate fonts so it has no configuration files.
10
11Before building Xft you will need to have installed:
12 - FreeType                             https://freetype.org/
13 - Fontconfig                           https://fontconfig.org/
14 - libX11, libXext, & libXrender        https://x.org/
15
16All questions regarding this software should be directed at the
17Xorg mailing list:
18
19  https://lists.x.org/mailman/listinfo/xorg
20
21The primary development code repository can be found at:
22
23  https://gitlab.freedesktop.org/xorg/lib/libXft
24
25Please submit bug reports and requests to merge patches there.
26
27For patch submission instructions, see:
28
29  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
30
31To release a version of this library:
32
33 1. Update the version number in configure.ac
34 2. Fix the NEWS file  
35    Change version number  
36    Set the date  
37    add highlights
38 3. Commit those changes
39 4. rebuild the configuration files with autogen.sh  
40    sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
41 5. Follow the steps listed in
42    https://www.x.org/wiki/Development/Documentation/ReleaseHOWTO/
43
44Keith Packard  
45keithp@keithp.com
46
47
48