true if data found, false otherwiseharfbuzz.types.Bool fontGetGlyphVOrigin(harfbuzz.font.Font font, harfbuzz.types.Codepoint glyph, out harfbuzz.types.Position x, out harfbuzz.types.Position y)Fetches the (X,Y) coordinates of the origin for a glyph ID in the specified font, for vertical text segments.
font | #hb_font_t to work upon |
glyph | The glyph ID to query |
x | The X coordinate of the origin |
y | The Y coordinate of the origin |
true if data found, false otherwise