new Font(filename)
Load a '.FNT' file for GRX.
Parameters:
Name | Type | Description |
---|---|---|
filename |
* | name of the font file. |
Members
-
static filename
-
Name of the FNT file.
-
static height
-
Font height
Methods
-
DrawStringCenter(x, y, foreground, background)
-
Draw a center aligned string to the canvas.
Parameters:
Name Type Description x
number x position y
number y position. foreground
Color foreground color. background
Color background color. -
DrawStringLeft(x, y, foreground, background)
-
Draw a left aligned string to the canvas.
Parameters:
Name Type Description x
number x position y
number y position. foreground
Color foreground color. background
Color background color. -
DrawStringRight(x, y, foreground, background)
-
Draw a right aligned string to the canvas.
Parameters:
Name Type Description x
number x position y
number y position. foreground
Color foreground color. background
Color background color. -
StringHeight(the) → {number}
-
Calculate string height for this font.
Parameters:
Name Type Description the
string string to check. Returns:
number - the height in pixels. -
StringWidth(the) → {number}
-
Calculate string width for this font.
Parameters:
Name Type Description the
string string to check. Returns:
number - the width in pixels.