FTGL 2.4.0
|
Enumerations | |
enum | RenderMode { RENDER_FRONT = 0x0001 , RENDER_BACK = 0x0002 , RENDER_SIDE = 0x0004 , RENDER_ALL = 0xffff } |
enum | TextAlignment { ALIGN_LEFT = 0 , ALIGN_CENTER = 1 , ALIGN_RIGHT = 2 , ALIGN_JUSTIFY = 3 } |
enum | ConfigString { CONFIG_VERSION = 1 } |
Functions | |
char const * | GetString (ConfigString config) |
Return a string describing the current FTGL instance. | |
enum FTGL::ConfigString |
enum FTGL::RenderMode |
enum FTGL::TextAlignment |
char const * FTGL::GetString | ( | ConfigString | config | ) |
Return a string describing the current FTGL instance.
config | Name of the string to retrieve. Can be one of:
|