Difference between revisions of "Font"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2011.6<br/> === Description === The `Font` class is used to load fonts created by "Gideros Font Creat...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''Supported platforms:''' android, ios, mac, pc<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
Line 8: Line 8:
 
<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 />
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
 +
[[Font.getDefault]] - Get default font<br/>
 +
[[Font.new]] - creates a new Font object<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 09:57, 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.




Methods

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

Events

Constants