https://github.com/jnbdz/libxft
libXft is the client side font rendering library, using libfreetype, libX11, and the X Render extension to display anti-aliased text.
https://github.com/jnbdz/libxft
freetype libxft linux x11
Last synced: 24 days ago
JSON representation
libXft is the client side font rendering library, using libfreetype, libX11, and the X Render extension to display anti-aliased text.
- Host: GitHub
- URL: https://github.com/jnbdz/libxft
- Owner: jnbdz
- License: other
- Created: 2022-05-04T18:40:44.000Z (about 4 years ago)
- Default Branch: CYGWIN
- Last Pushed: 2022-05-04T18:54:20.000Z (about 4 years ago)
- Last Synced: 2025-09-04T07:30:55.618Z (9 months ago)
- Topics: freetype, libxft, linux, x11
- Language: C
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Xft
X FreeType library
Version 2.1.3
2003-3-10
Xft version 2.1 is 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.
Version 2.1.3
Change Freetype includes to new syntax.
Search for nearest bitmap for bitmap-only fonts.
Support fontconfig 2.2 release which doesn't include FC_HINT_STYLE.
Keith Packard
keithp@keithp.com