Difference between revisions of "Font.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Font` object.<br /> <br /> <source lang="lua"> = Font.new(txtfileimagefilefilter...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Font.new(txtfileimagefilefiltering,)
+
Font.new(txtfile,imagefile,filtering)
 
</source>
 
</source>
'''txtfile:''' (string)  ''''''<br/>
+
'''txtfile''': (string)  ''''''<br/>
'''imagefile:''' (string)  ''''''<br/>
+
'''imagefile''': (string)  ''''''<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/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new `Font` object.

 Font.new(txtfile,imagefile,filtering)

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