true if data found, false otherwiseharfbuzz.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.
font | #hb_font_t to work upon |
glyph | The glyph ID to query |
pointIndex | The contour-point index to query |
x | The X value retrieved for the contour point |
y | The Y value retrieved for the contour point |
true if data found, false otherwise