Font:hasGlyphs
Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets whether the Font can render a character or string. Function Synopsis hasglyphs = Font:hasGlyphs( text ) Arguments string text A UTF-8 encoded unicode string.
Returns boolean hasglyph Whether the font can render all the UTF-8 characters in the string.
Function Synopsis hasglyphs = Font:hasGlyphs( character1, character2, ... ) Arguments string character1 A unicode character. string chara