Difference between revisions of "Font.new"
From GiderosMobile
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
− | Creates a new | + | Creates a new '''Font''' object. |
<source lang="lua"> | <source lang="lua"> | ||
Font.new(txtfile,imagefile,filtering) | Font.new(txtfile,imagefile,filtering) |
Revision as of 23:22, 5 June 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)