[ Version ( since = "1.2.3" ) ]
public Bool get_variation_glyph (Codepoint unicode, Codepoint variation_selector, out Codepoint glyph)
Fetches the glyph ID for a Unicode code point when followed by by the specified variation-selector code point, in the specified font.
| unicode |
The Unicode code point to query |
| variation_selector |
The variation-selector code point to query |
| glyph |
The glyph ID retrieved |
| font |
Font to work upon |
|
`true` if data found, `false` otherwise |