onGlyphsRequested

abstract fun onGlyphsRequested(@NonNull stack: Array<String>, rangeStart: Int, rangeEnd: Int)

Called when a range of glyphs for a font stack are requested.

Parameters

stack

of font names.

rangeStart

of glyph indices that are being requested.

rangeEnd

of glyph indices that are being requested.