Difference between revisions of "Font.getDefault"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
=== 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() | Font.getDefault() | ||
| − | </ | + | </syntaxhighlight> |
{{Font}} | {{Font}} | ||