Registry / other / libxfont

libxfont

JSON →
library2.0.5vcpkgunverified

libXfont is a library for handling X11 font files, used by X servers and font utilities.

vcpkg install libxfont
INSTALL
IMPORT
SIG · LIBXFONT
L
libxfont
othercppv2.0.5
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/fonts/font.h
#include <X11/fonts/font.h>

List all available X11 font names.

#include <X11/fonts/font.h> #include <stdio.h> int main() { FontNamesPtr names = GetFontNames("*", 0, 0); if (names) { for (int i = 0; i < names->nnames; i++) { printf("%s\n", names->names[i]); } FreeFontNames(names); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libxfont — pip install libxfont · libregistry