#include <GFont.h>
Public Member Functions | |
char * | GetFace () |
Gets the type face name. | |
void | SetFace (char *Face) |
Sets the type face name. | |
int | GetPointSize () |
Sets the point size. | |
void | SetPointSize (int PointSize) |
Sets the point size. | |
bool | DoUI (GView *Parent) |
Put a user interface for the user to edit the font def. | |
bool | GetDescription (char *Str) |
Describe the font to the user as a string. | |
bool | Serialize (ObjProperties *Options, char *OptName, bool Write) |
Read/Write the font def to storage. | |
bool | GetConfigFont (char *Tag) |
Read the font from the LGI config. | |
bool | GetSystemFont (char *Which) |
Read the font from LGI config (if there) and then the system settings. | |
bool | GetFromRef (OsFont Handle) |
Read from OS reference. | |
virtual GFont * | Create (int Param=0) |
Create a font based on this font def. | |
Friends | |
class | GFont |
class | GTypeFace |