Difference between revisions of "Font.getDefault"

From GiderosMobile
(----)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 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">
<source lang="lua">
 
 
Font.getDefault()
 
Font.getDefault()
</source>
+
</syntaxhighlight>
  
----
+
{{Font}}
{{Special:PrefixIndex/Font.}}
 
<br/>
 

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()