Difference between revisions of "Font.getDefault"
From GiderosMobile
m |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Returns the '''Font''' object used as the default font in Gideros. | Returns the '''Font''' object used as the default font in Gideros. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Font.getDefault() | Font.getDefault() | ||
− | </ | + | </syntaxhighlight> |
{{Font}} | {{Font}} |