Difference between revisions of "Font.new"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Creates a new [[Special:MyLanguage/Font|Font]] object.<br /> | Creates a new [[Special:MyLanguage/Font|Font]] object.<br /> | ||
Line 8: | Line 8: | ||
Font.new(txtfile,imagefile,filtering) | Font.new(txtfile,imagefile,filtering) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''txtfile''': (string) <translate></translate> <br/> | '''txtfile''': (string) <translate></translate> <br/> | ||
'''imagefile''': (string) <translate></translate> <br/> | '''imagefile''': (string) <translate></translate> <br/> | ||
'''filtering''': (boolean, default = false) <translate>Whether or not the font texture is filtered</translate> <br/> | '''filtering''': (boolean, default = false) <translate>Whether or not the font texture is filtered</translate> <br/> |
Revision as of 07:29, 24 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