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 for a Unicode code point in the specified font, with an optional variation selector.
If variation_selector is 0, calls hb_font_get_nominal_glyph(); otherwise calls hb_font_get_variation_glyph().
variation_selector
hb_font_get_nominal_glyph()
hb_font_get_variation_glyph()
HarfBuzz.font_t to work upon
The Unicode code point to query
A variation-selector code point
true if data found, false otherwise
true
false
0.9.2
Fetches the glyph ID for a Unicode code point in the specified font, with an optional variation selector.
If
variation_selectoris 0, callshb_font_get_nominal_glyph(); otherwise callshb_font_get_variation_glyph().