Font

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
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 the character glyphs
  • a .png file of the font

Example

Use these two files to create a Font object

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

Methods

Font.getDefault gets the default font
Font.new creates a new Font object

Events

Constants