Difference between revisions of "Font.new"

From GiderosMobile
Line 8: Line 8:
 
  Font.new(txtfile,imagefile,filtering)
 
  Font.new(txtfile,imagefile,filtering)
 
</source>
 
</source>
'''txtfile''': (string)  ''''''<br/>
+
=== Parameters ===
'''imagefile''': (string)  ''''''<br/>
+
'''txtfile''': (string)  <br/>
'''filtering''': (boolean, default = false) Whether or not the font texture is filtered ''''''<br/>
+
'''imagefile''': (string)  <br/>
 +
'''filtering''': (boolean, default = false) Whether or not the font texture is filtered <br/>

Revision as of 11:44, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new `Font` object.

 Font.new(txtfile,imagefile,filtering)

Parameters

txtfile: (string)
imagefile: (string)
filtering: (boolean, default = false) Whether or not the font texture is filtered