This method should retrieve the nominal glyph IDs for a sequence of Unicode code points. Glyph IDs must be returned in a
Codepoint output parameter.
| font |
Font to work upon
|
| font_data |
font user data pointer
|
| count |
number of code points to query
|
| first_unicode |
The first Unicode code point to query
|
| unicode_stride |
The stride between successive code points
|
| first_glyph |
The first glyph ID retrieved
|
| glyph_stride |
The stride between successive glyph IDs
|
| user_data |
User data pointer passed by the caller
|
|
the number of code points processed
|