Registry / other / libxft

libxft

JSON →
library2.3.9vcpkgunverified

X FreeType library for rendering fonts on X11.

vcpkg install libxft
INSTALL
IMPORT
SIG · LIBXFT
L
libxft
othercppv2.3.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

X11/Xft/Xft.h
#include <X11/Xft/Xft.h>

Opens a display, loads a font, and closes it.

#include <X11/Xft/Xft.h> int main() { Display *dpy = XOpenDisplay(nullptr); XftFont *font = XftFontOpenName(dpy, DefaultScreen(dpy), "sans-serif:size=12"); XftFontClose(dpy, font); XCloseDisplay(dpy); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.9latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxft — pip install libxft · libregistry