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 0.9.2
Fetches the glyph ID from font that matches the specified string. Strings of the format gidDDD or uniUUUU are parsed automatically.
font
gidDDD
uniUUUU
Note: len == -1 means the string is null-terminated.
len
HarfBuzz.font_t to work upon
string to query
true if data found, false otherwise
true
false
0.9.2
Fetches the glyph ID from
fontthat matches the specified string. Strings of the formatgidDDDoruniUUUUare parsed automatically.len== -1 means the string is null-terminated.