fontGetGlyphContourPoint

fnharfbuzz.types.Bool fontGetGlyphContourPoint(harfbuzz.font.Font font, harfbuzz.types.Codepoint glyph, uint pointIndex, out harfbuzz.types.Position x, out harfbuzz.types.Position y)

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

Parameters

font#hb_font_t to work upon
glyphThe glyph ID to query
pointIndexThe contour-point index to query
xThe X value retrieved for the contour point
yThe Y value retrieved for the contour point

Returns

true if data found, false otherwise