true if data found, false otherwiseharfbuzz.types.Bool fontGetGlyphExtents(harfbuzz.font.Font font, harfbuzz.types.Codepoint glyph, out harfbuzz.types.GlyphExtents extents)Fetches the #hb_glyph_extents_t data for a glyph ID in the specified font.
font | #hb_font_t to work upon |
glyph | The glyph ID to query |
extents | The #hb_glyph_extents_t retrieved |
true if data found, false otherwise