[ Version ( since = "0.9.2" ) ]
public Bool get_glyph_v_origin (Codepoint glyph, out Position x, out Position y)
Fetches the (X,Y) coordinates of the origin for a glyph ID in the specified font, for vertical text segments.
| glyph |
The glyph ID to query |
| x |
The X coordinate of the origin |
| y |
The Y coordinate of the origin |
| font |
Font to work upon |
|
`true` if data found, `false` otherwise |