Difference between revisions of "Font"

From GiderosMobile
Line 3: Line 3:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
The `Font` class is used to load fonts created by "Gideros Font Creator".<br />
+
<translate>The [[[Font]]] class is used to load fonts created by "Gideros Font Creator".<br />
 
<br />
 
<br />
 
![images/font_creator.png]<br />
 
![images/font_creator.png]<br />
 
<br />
 
<br />
 
<br />
 
<br />
Gideros Font Creator exports two files: A `.txt` file that specifies the positions of character glyph a `.png` file of font.<br />
+
Gideros Font Creator exports two files: A [[[.txt` file that specifies the positions of character glyph a `.png]]] file of font.<br /></translate>
 
=== Examples ===
 
=== Examples ===
 
'''Use these two files to create `Font` object as:'''<br/>
 
'''Use these two files to create `Font` object as:'''<br/>

Revision as of 14:32, 23 August 2018

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

Description

The [[[Font]]] class is used to load fonts created by "Gideros Font Creator".

![images/font_creator.png]


Gideros Font Creator exports two files: A [[[.txt` file that specifies the positions of character glyph a `.png]]] file of font.

Examples

Use these two files to create `Font` object as:

local font = Font.new("font.txt", "font.png")

Methods

Font.getDefault - Get default font
Font.new - creates a new Font object

Events

Constants