fontGetGlyphHOrigin

Fetches the (X,Y) coordinates of the origin for a glyph ID in the specified font, for horizontal text segments.

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

glyph harfbuzz.types.Codepoint

The glyph ID to query

x harfbuzz.types.Position

The X coordinate of the origin

y harfbuzz.types.Position

The Y coordinate of the origin

Return Value

Type: harfbuzz.types.Bool

true if data found, false otherwise