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