Difference between revisions of "TTFont"
From GiderosMobile
Line 20: | Line 20: | ||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === | ||
|} | |} | ||
+ | |||
+ | {{TTFont}} |
Revision as of 01:34, 4 December 2019
Supported platforms:
Available since: Gideros 2011.6
Inherits from: FontBase
Description
The TTFont class is used to load true type fonts.
Examples
Example
local font = TTFont.new("tahoma.ttf", 30)
MethodsTTFont.new creates a new TTFont object |
EventsConstants |