onGlyphsError

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

Called when a range of glyphs for a font stack failed to load.

Parameters

stack

of font names.

rangeStart

of glyph indices that failed to load.

rangeEnd

of glyph indices that failed to load.