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.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Font.getDefault()
 
Font.getDefault()
</source>
+
</syntaxhighlight>
  
 
{{Font}}
 
{{Font}}

Latest revision as of 15:29, 13 July 2023

Available since: Gideros 2015.08
Class: Font

Description

Returns the Font object used as the default font in Gideros.

Font.getDefault()