GlyphData:getDimensions

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

Gets glyph dimensions.

Function

Synopsis

width, height = GlyphData:getDimensions()

Arguments

None.

Returns

number width
Glyph width.
number height
Glyph height.

See Also


Other Languages