Fonts can be loaded from .ttf files. The engine only supports ASCII characters.
Inheritance:
Get the font size.
Sig: size = Font:GetSize()
- Ret:
integer size
Font size
Get the font texture.
Sig: texture = Font:GetTexture()
- Ret:
Texture texture
Font texture
Check if the font is bold.
Sig: bold = Font:IsBold()
- Ret:
boolean bold
Is font bold
Check if the font is italic.
Sig: italic = Font:IsItalic()
- Ret:
boolean italic
Is font italic