Rasterizer:hasGlyphs
EditReturns whether the Rasterizer can rasterize a set of glyphs.
hasGlyphs = Rasterizer:hasGlyphs(...)
Arguments
Name | Type | Description |
... | * | Strings (sets of characters) or numbers (character codes) to check for. |
Returns
Name | Type | Description |
hasGlyphs | boolean | true if the Rasterizer can rasterize all of the supplied characters, false otherwise. |