[ Version ( since = "0.9.2" ) ]
public Bool get_glyph_contour_point (Codepoint glyph, uint point_index, out Position x, out Position y)
Fetches the (x,y) coordinates of a specified contour-point index in the specified glyph, within the specified font.
| glyph |
The glyph ID to query |
| point_index |
The contour-point index to query |
| x |
The X value retrieved for the contour point |
| y |
The Y value retrieved for the contour point |
| font |
Font to work upon |
|
`true` if data found, `false` otherwise |