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