fontGetGlyphContourPoint

Fetches the (x,y) coordinates of a specified contour-point index in the specified glyph, within the specified font.

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

glyph harfbuzz.types.Codepoint

The glyph ID to query

pointIndex uint

The contour-point index to query

x harfbuzz.types.Position

The X value retrieved for the contour point

y harfbuzz.types.Position

The Y value retrieved for the contour point

Return Value

Type: harfbuzz.types.Bool

true if data found, false otherwise