Difference between revisions of "Font.new"

From GiderosMobile
m
Line 3: Line 3:
  
 
=== Description ===
 
=== Description ===
Creates a new [[Special:MyLanguage/Font|Font]] object.
+
Creates a new [[Font]] object.
 
 
 
<source lang="lua">
 
<source lang="lua">
 
Font.new(txtfile,imagefile,filtering)
 
Font.new(txtfile,imagefile,filtering)
Line 10: Line 9:
  
 
=== Parameters ===
 
=== Parameters ===
'''txtfile''': (string) <br/>
+
'''txtfile''': (string) path to the font text file<br/>
'''imagefile''': (string) <br/>
+
'''imagefile''': (string) path to the font image file<br/>
'''filtering''': (boolean, default = false) Whether or not the font texture is filtered. <br/>
+
'''filtering''': (boolean, default = false) whether or not the font texture is filtered<br/>
  
 
{{Font}}
 
{{Font}}

Revision as of 04:12, 13 March 2021

Available since: Gideros 2011.6
Class: Font

Description

Creates a new Font object.

Font.new(txtfile,imagefile,filtering)

Parameters

txtfile: (string) path to the font text file
imagefile: (string) path to the font image file
filtering: (boolean, default = false) whether or not the font texture is filtered