Difference between revisions of "TTFont"
From GiderosMobile
m (added see also) |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
=== Example === | === Example === | ||
− | < | + | <syntaxhighlight lang="lua"> |
local font = TTFont.new("tahoma.ttf", 30) | local font = TTFont.new("tahoma.ttf", 30) | ||
− | </ | + | </syntaxhighlight> |
=== See also === | === See also === |
Latest revision as of 14:33, 13 July 2023
Supported platforms:
Available since: Gideros 2011.6
Inherits from: FontBase
Description
The TTFont class is used to load true type fonts.
Example
local font = TTFont.new("tahoma.ttf", 30)
See also
MethodsTTFont.new creates a new TTFont object |
EventsConstants |