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) | + | === Parameters === |
− | '''imagefile''': (string) | + | '''txtfile''': (string) <br/> |
− | '''filtering''': (boolean, default = false) Whether or not the font texture is filtered | + | '''imagefile''': (string) <br/> |
+ | '''filtering''': (boolean, default = false) Whether or not the font texture is filtered <br/> |
Revision as of 10: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