Difference between revisions of "Font.getDefault"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.08<br/> === Description === Returns Font object used as default font in Gideros <source lang="lua"> = Font.getDefault() </source>") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2015.08<br/> | '''Available since:''' Gideros 2015.08<br/> | ||
+ | '''Class:''' [[Font]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | Returns Font object used as default font in Gideros | + | Returns the '''Font''' object used as the default font in Gideros. |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Font.getDefault() | |
− | </ | + | </syntaxhighlight> |
+ | |||
+ | {{Font}} |