[ Version ( since = "1.8.6" ) ]
public void get_glyph_v_advances (uint count, Codepoint first_glyph, uint glyph_stride, Position first_advance, uint advance_stride)
Fetches the advances for a sequence of glyph IDs in the specified font, for vertical text segments.
| count |
The number of glyph IDs in the sequence queried |
| first_glyph |
The first glyph ID to query |
| glyph_stride |
The stride between successive glyph IDs |
| first_advance |
The first advance retrieved |
| advance_stride |
The stride between successive advances |
| font |
Font to work upon |