Difference between revisions of "Font.new"

From GiderosMobile
(----)
Line 14: Line 14:
 
'''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}}
{{Special:PrefixIndex/Font.}}
 
<br/>
 

Revision as of 21:14, 3 December 2019

Available since: Gideros 2011.6
Class: Font

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.