Difference between revisions of "Font"

From GiderosMobile
(Undo revision 13875 by MoKaLux (talk))
Tag: Undo
Line 36: Line 36:
 
|}
 
|}
  
{{Font}}
+
----
 +
{{Special:PrefixIndex/Font.}}
 +
<br/>

Revision as of 12:12, 4 December 2019


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 character glyph, and 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