Difference between revisions of "Font"
From GiderosMobile
Line 5: | Line 5: | ||
<translate>The [[Special:MyLanguage/Font|Font]] class is used to load fonts created by "Gideros Font Creator".<br /> | <translate>The [[Special:MyLanguage/Font|Font]] class is used to load fonts created by "Gideros Font Creator".<br /> | ||
<br /> | <br /> | ||
− | [[File: | + | [[File:Font creator.png]]<br /> |
<br /> | <br /> | ||
<br /> | <br /> |
Revision as of 08:49, 24 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".
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")
MethodsFont.getDefault Get default font |
EventsConstants |