Difference between revisions of "Font.new"

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

Revision as of 22:01, 2 December 2019

Available since: Gideros 2011.6
Class: Font

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.