#include <Text.h>
Inherits gedi::DynABO.
Inheritance diagram for gedi::FontABO:
Public Member Functions | |
FontABO () | |
FontABO (gedi::Int32 iWidth, gedi::Int32 iHeight, LPSTR lpzFilename) | |
void | LoadImage (LPSTR lpzDirectory) |
gedi::Bool32 | IsLoaded (void) |
void | SetColorKey (gedi::UInt8 iRed, gedi::UInt8 iGreen, gedi::UInt8 iBlue) |
gedi::FontABO::FontABO | ( | ) |
Constructor.
gedi::FontABO::FontABO | ( | gedi::Int32 | iWidth, | |
gedi::Int32 | iHeight, | |||
LPSTR | lpzFilename | |||
) |
Constructor
iWidth | Font width assumed fixed. | |
iHeigh | Font height assumed fixed. | |
lzFilename | Name of the file bitmap in BMP format. |
void gedi::FontABO::LoadImage | ( | LPSTR | lpzDirectory | ) |
Loads font image prefixed by the directory path.
lpzDirectory | Directory of the font bitmap. |
gedi::Bool32 gedi::FontABO::IsLoaded | ( | void | ) | [inline] |
Returns true if this font has already been loaded.
void gedi::FontABO::SetColorKey | ( | gedi::UInt8 | iRed, | |
gedi::UInt8 | iGreen, | |||
gedi::UInt8 | iBlue | |||
) | [inline] |
Sets the color key for the font image, default is 255,0,255.
Red | Red. | |
iGreen | Green. | |
iBlue | Blue. |