xenocara/lib/libXft
purplerain 155eb8555e
sync with OpenBSD -current
2024-04-29 00:35:41 +00:00
..
include/X11/Xft sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
m4 sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
man sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
src sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
AUTHORS sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
INSTALL sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.bsd-wrapper sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
NEWS sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
aclocal.m4 sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
compile sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.guess sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
config.h.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.sub sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
configure.ac sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
install-sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ltmain.sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xft.pc.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00: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 primary 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