fontGetGlyphOriginForDirection

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

Calls the appropriate direction-specific variant (horizontal or vertical) depending on the value of direction.

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

glyph harfbuzz.types.Codepoint

The glyph ID to query

direction harfbuzz.types.Direction

The direction of the text segment

x harfbuzz.types.Position

The X coordinate retrieved for the origin

y harfbuzz.types.Position

The Y coordinate retrieved for the origin