TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.1.0
Fetches a font name from the OpenType 'name' table. If language is #HB_LANGUAGE_INVALID, English ("en") is assumed. Returns string in UTF-16 encoding. A NUL terminator is always written for convenience, and isn't included in the output text_size.
language
text_size
font face.
OpenType name identifier to fetch.
language to fetch the name for.
full length of the requested string, or 0 if not found.
2.1.0
Fetches a font name from the OpenType 'name' table. If
languageis #HB_LANGUAGE_INVALID, English ("en") is assumed. Returns string in UTF-16 encoding. A NUL terminator is always written for convenience, and isn't included in the outputtext_size.