Font

From GiderosMobile
Revision as of 10:27, 24 August 2018 by Hgy29 (talk | contribs)

Supported platforms: File:Platform androidFile:Platform iosFile:Platform macFile:Platform pc
Available since: Gideros 2011.6
Inherits from: FontBase

Description

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

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