Difference between revisions of "TTFont"

From GiderosMobile
Line 6: Line 6:
 
The `TTFont` class is used to load true type fonts. <br />
 
The `TTFont` class is used to load true type fonts. <br />
 
<br />
 
<br />
 +
=== Examples ===
 +
'''Example'''<br/>
 +
<source lang="lua">local font = TTFont.new("tahoma.ttf", 30)</source>
 
{|-
 
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|

Revision as of 11:45, 23 August 2018

Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6

Description


The `TTFont` class is used to load true type fonts.

Examples

Example

local font = TTFont.new("tahoma.ttf", 30)

Methods

TTFont.new - creates a new TTFont object

Events

Constants