fontGetGlyphExtents

Fetches the #hb_glyph_extents_t data for a glyph ID in the specified font.

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

glyph harfbuzz.types.Codepoint

The glyph ID to query

extents harfbuzz.types.GlyphExtents

The #hb_glyph_extents_t retrieved

Return Value

Type: harfbuzz.types.Bool

true if data found, false otherwise