Rasterizer:getGlyphCount
EditReturns the number of glyphs stored in the font file.
count = Rasterizer:getGlyphCount()
Arguments
None
Returns
Name | Type | Description |
count | number | The number of glyphs stored in the font file. |
See also
Rasterizer:hasGlyphs
Rasterizer