xenocara/lib/libXft
2019-08-04 13:44:46 +00:00
..
include/X11/Xft update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
man regen 2016-10-11 22:14:30 +00:00
src Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
aclocal.m4 missed README -> README.md conversion in previous 2019-08-04 13:44:46 +00:00
AUTHORS import from X.Org 7.2RC1 2006-11-25 16:46:32 +00:00
ChangeLog Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
compile Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
config.guess Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
config.h.in Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
config.sub Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
configure missed README -> README.md conversion in previous 2019-08-04 13:44:46 +00:00
configure.ac Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
COPYING Update to libXft 2.1.14 2009-10-31 18:23:14 +00:00
depcomp Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
INSTALL Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
install-sh Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
ltmain.sh update to libXft 2.3.0 2012-03-10 14:09:34 +00:00
Makefile.am Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
Makefile.bsd-wrapper Bump majors after libfreetype major bump 2018-05-26 07:51:00 +00:00
Makefile.in Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
missing Update to libXft 2.3.2 2014-07-12 10:10:57 +00:00
NEWS Update to libXft 2.3.3 2019-08-04 13:36:02 +00:00
README.md missed README -> README.md conversion in previous 2019-08-04 13:44:46 +00:00
xft.pc.in Update to libXft 2.2.0 2010-11-11 10:18:57 +00:00

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