GlyphData:getWidth

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Gets glyph width.

Function

Synopsis

width = GlyphData:getWidth()

Arguments

None.

Returns

number width
Glyph width.

See Also


Other Languages