Difference between revisions of "Font.new"
From GiderosMobile
m |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
− | Creates a new | + | Creates a new '''Font''' object. |
− | < | + | <syntaxhighlight lang="lua"> |
Font.new(txtfile,imagefile,filtering) | Font.new(txtfile,imagefile,filtering) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === | ||
'''txtfile''': (string) path to the font text file<br/> | '''txtfile''': (string) path to the font text file<br/> | ||
'''imagefile''': (string) path to the font image file<br/> | '''imagefile''': (string) path to the font image file<br/> | ||
− | '''filtering''': (boolean | + | '''filtering''': (boolean) whether or not the font texture is filtered (default = false)<br/> |
{{Font}} | {{Font}} |
Latest revision as of 14:29, 13 July 2023
Available since: Gideros 2011.6
Class: Font
Description
Creates a new Font object.
Font.new(txtfile,imagefile,filtering)
Parameters
txtfile: (string) path to the font text file
imagefile: (string) path to the font image file
filtering: (boolean) whether or not the font texture is filtered (default = false)