Difference between revisions of "TTFont"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
<!-- GIDEROSOBJ:TTFont --> | <!-- GIDEROSOBJ:TTFont --> | ||
− | ''' | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> |
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | ''' | + | '''Inherits from:''' [[Special:MyLanguage/FontBase|FontBase]]<br/> |
− | === | + | |
− | + | === Description === | |
− | The [[ | + | The [[TTFont|TTFont]] class is used to load true type fonts. |
− | + | ||
− | === | + | === Example === |
− | + | <syntaxhighlight lang="lua"> | |
− | < | + | local font = TTFont.new("tahoma.ttf", 30) |
+ | </syntaxhighlight> | ||
+ | |||
+ | === See also === | ||
+ | '''[[CompositeFont|CompositeFont]]''' | ||
+ | |||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === | + | === Methods === |
− | [[Special:MyLanguage/TTFont.new|TTFont.new]] '' | + | [[Special:MyLanguage/TTFont.new|TTFont.new]] ''creates a new TTFont object''<br/><!-- GIDEROSMTD:TTFont.new(filename,size,text,filtering,outlineSize) creates a new TTFont object --> |
+ | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === | + | === Events === |
− | === | + | === Constants === |
|} | |} | ||
− | {{ | + | {{GIDEROS IMPORTANT LINKS}} |
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 |