Text:getFont

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

Gets the Font used with the Text object.

Function

Synopsis

font = Text:getFont( )

Arguments

None.

Returns

Font font
The font used with this Text object.

See Also

Other Languages