Go to file
luzhiping 348ee91b5a update info 2022-08-22 17:01:39 +08:00
debian update info 2022-08-22 17:01:39 +08:00
include/X11/Xft Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
man Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
src Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
AUTHORS Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
COPYING Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
ChangeLog Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
INSTALL Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
Makefile.am Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
Makefile.in Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
NEWS Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
README.md Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
aclocal.m4 Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
autogen.sh Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
compile Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
config.guess Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
config.h.in Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
config.sub Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
configure Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
configure.ac Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
depcomp Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
install-sh Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
ltmain.sh Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
missing Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00
xft.pc.in Import Upstream version 2.3.3 2022-05-14 03:21:13 +08:00

README.md

libXft - X FreeType library

libXft is the client side font rendering library, using libfreetype, libX11, and the X Render extension to display anti-aliased text.

Xft version 2.1 was the first stand alone release of Xft, a library that connects X applications with the FreeType font rasterization library. Xft uses fontconfig to locate fonts so it has no configuration files.

Before building Xft you will need to have installed:

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The master development code repository can be found at:

https://gitlab.freedesktop.org/xorg/lib/libXft

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

To release a version of this library:

  1. Update the version number in configure.ac
  2. Fix the NEWS file
    Change version number
    Set the date
    add highlights
  3. Commit those changes
  4. rebuild the configuration files with autogen.sh
    sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
  5. Follow the steps listed in https://www.x.org/wiki/Development/Documentation/ReleaseHOWTO/

Keith Packard
keithp@keithp.com