Registry / utility / harfbuzz

harfbuzz

JSON →
library14.2.0vcpkgunverified

HarfBuzz OpenType text shaping engine

vcpkg install harfbuzz
INSTALL
IMPORT
SIG · HARFBUZZ
H
harfbuzz
utilitycppv14.2.0
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.

hb.h
#include <hb.h>

Load a font file using HarfBuzz blob API.

#include <hb.h> #include <iostream> int main() { hb_blob_t *blob = hb_blob_create_from_file("font.ttf"); if (blob) { std::cout << "Font loaded" << std::endl; hb_blob_destroy(blob); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
14.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources

No resource links recorded.

harfbuzz — pip install harfbuzz · libregistry