Difference between revisions of "TTFont"

From GiderosMobile
Line 23: Line 23:
 
=== <translate>Constants</translate> ===
 
=== <translate>Constants</translate> ===
 
|}
 
|}
 +
 +
{{GIDEROS IMPORTANT LINKS}}

Revision as of 15:02, 30 January 2020


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 TTFont class is used to load true type fonts.

Examples

local font = TTFont.new("tahoma.ttf", 30)

Methods

TTFont.new creates a new TTFont object

Events

Constants