get_nominal_glyphs


Description:

[ Version ( since = "2.6.3" ) ]
public uint get_nominal_glyphs (uint count, Codepoint first_unicode, uint unicode_stride, Codepoint first_glyph, uint glyph_stride)

Fetches the nominal glyph IDs for a sequence of Unicode code points.

Glyph IDs must be returned in a Codepoint output parameter. Stops at the first unsupported glyph ID.

Parameters:

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

font

Font to work upon

Returns:

the number of code points processed