This is the structure for fonts. More...
#include <ML_font.h>
Data Fields | |
| ftMap * | fontData |
| long | x |
| long | y |
| GXColor | color |
| bool | visible |
| u8 | rotated |
| u8 | alpha |
| float | angle |
| bool | flipX |
| bool | flipY |
| u16 | style |
This is the structure for fonts.
Alpha
| float ML_Font::angle |
Angle
| GXColor ML_Font::color |
Color
| bool ML_Font::flipX |
Flipped on the X-axis ?
| bool ML_Font::flipY |
Flipped on the Y-axis ?
| ftMap* ML_Font::fontData |
Data of the TTF
Rotated ?
| u16 ML_Font::style |
Style, see defines FONT_...
| bool ML_Font::visible |
Visibility
| long ML_Font::x |
X position
| long ML_Font::y |
Y position
1.6.1