Rasterizer:hasGlyphs

Edit

Returns whether the Rasterizer can rasterize a set of glyphs.

hasGlyphs = Rasterizer:hasGlyphs(...)

Arguments

NameTypeDescription
...* Strings (sets of characters) or numbers (character codes) to check for.

Returns

NameTypeDescription
hasGlyphsboolean true if the Rasterizer can rasterize all of the supplied characters, false otherwise.

See also