Font (gb.sdl2)
This class represents an SDL font.
It is either any TTF font loaded from a file, or the default Gambas bitmap font embedded inside the component.
This class is not creatable.
This class acts like a
read-only static array.
Constants
DefaultHeight
|
This constant is the height of the default font in pixels.
|
Static methods
Load
|
Load a TTF font from the disk.
|
Properties
Ascent
|
Return the font ascent in pixels.
|
Bold
|
Return or set if the font is bold.
|
Descent
|
Return the font descent in pixels.
|
Fixed
|
Return if the font has a fixed width.
|
Italic
|
Return or set if the font is italic.
|
Name
|
Return the font name.
|
Size
|
Return or set the font size in pixels.
|
Methods
TextHeight
|
Return the height in pixels of a specific text displayed with that font.
|
TextWidth
|
Return the width in pixels of a specific text displayed with that font.
|