[ Version ( since = "1.2.3" ) ]
public Bool get_nominal_glyph (Codepoint unicode, out Codepoint glyph)
Fetches the nominal glyph ID for a Unicode code point in the specified font.
This version of the function should not be used to fetch glyph IDs for code points modified by variation selectors. For variation-selector support, user get_variation_glyph or use get_glyph.
| unicode |
The Unicode code point to query |
| glyph |
The glyph ID retrieved |
| font |
Font to work upon |
|
`true` if data found, `false` otherwise |