Font - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Font resource defining glyphs used in text rendering.
Destruction |
Elements |
Font.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{int:font} |
No |
type |
{string} |
No |
assetName |
{string} |
No |
fontName |
{string} |
No |
sprite |
{Sprite} |
No |
size |
{int} |
No |
bold |
{bool} |
No |
italic |
{bool} |
No |
first |
{int} |
No |
glyphs |
{string} |
No |
antialiasing |
{bool} |
No |
proportional |
{bool} |
No |
separation |
{bool} |
No |
Pre-execution |
Post-execution |
beforeActivation |
afterActivation |
Name |
Arguments |
Wrapper |
font {int:font} |
From file |
|
Sprite (UTF-8) |
|
Sprite (glyph map) |
|
Empty |
|
Constructor copy |
other {Font} |