Difference between revisions of "Font.new"
From GiderosMobile
(----) |
|||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | + | '''Class:''' [[Font]]<br/> | |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | Creates a new [[Special:MyLanguage/Font|Font]] object. |
− | + | ||
− | Creates a new [[Special:MyLanguage/Font|Font]] object. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Font.new(txtfile,imagefile,filtering) | |
</source> | </source> | ||
− | === | + | |
− | '''txtfile''': (string) | + | === Parameters === |
− | '''imagefile''': (string) | + | '''txtfile''': (string) <br/> |
− | '''filtering''': (boolean, default = false) | + | '''imagefile''': (string) <br/> |
+ | '''filtering''': (boolean, default = false) Whether or not the font texture is filtered. <br/> | ||
+ | |||
+ | ---- | ||
+ | {{Special:PrefixIndex/Font.}} | ||
+ | <br/> |