| Name | Date | Size | ||
|---|---|---|---|---|
| .. | 10-Nov-2025 | 18 | ||
| aclocal.m4 | H A D | 10-Nov-2025 | 123.5 KiB | |
| AUTHORS | H A D | 10-Nov-2025 | 263 | |
| autogen.sh | H A D | 10-Nov-2025 | 195 | |
| ChangeLog | H A D | 10-Nov-2025 | 60.6 KiB | |
| compile | H A D | 10-Nov-2025 | 7.2 KiB | |
| config.guess | H A D | 10-Nov-2025 | 48.3 KiB | |
| config.h.in | H A D | 10-Nov-2025 | 2 KiB | |
| config.sub | H A D | 10-Nov-2025 | 34.6 KiB | |
| configure | H A D | 10-Nov-2025 | 621.8 KiB | |
| configure.ac | H A D | 10-Nov-2025 | 3.1 KiB | |
| COPYING | H A D | 10-Nov-2025 | 1.1 KiB | |
| depcomp | H A D | 10-Nov-2025 | 23 KiB | |
| include/ | H | 10-Nov-2025 | 17 | |
| INSTALL | H A D | 10-Nov-2025 | 15.4 KiB | |
| install-sh | H A D | 10-Nov-2025 | 15 KiB | |
| ltmain.sh | H A D | 10-Nov-2025 | 325.3 KiB | |
| m4/ | H | 10-Nov-2025 | 104 | |
| Makefile.am | H A D | 10-Nov-2025 | 1.4 KiB | |
| Makefile.in | H A D | 10-Nov-2025 | 30.5 KiB | |
| man/ | H | 10-Nov-2025 | 4 KiB | |
| meson.build | H A D | 10-Nov-2025 | 7 KiB | |
| meson.options | H A D | 10-Nov-2025 | 108 | |
| missing | H A D | 10-Nov-2025 | 6.7 KiB | |
| NEWS | H A D | 10-Nov-2025 | 2.3 KiB | |
| README.md | H A D | 10-Nov-2025 | 1.5 KiB | |
| src/ | H | 10-Nov-2025 | 4 KiB | |
| xft.pc.in | H A D | 10-Nov-2025 | 311 |
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