#include <gfx_font_manager.hpp>
Public Types | |
| enum | tFontTypes { tDefaultFontType = 0, tBitmapFontType = tDefaultFontType, tOutlineFontType, tExtrudedFontType, tPolygonFontType, tPixmapFontType, tTextureFontType } |
Public Member Functions | |
| CSGXFontParams () | |
| CSGXFontParams (int defaultSize) | |
| CSGXFontParams (int defaultSize, tFontTypes type) | |
Public Attributes | |
| tMEM_SIZE | m_iTypeSize |
| tMEM_SIZE | m_iTypeDepth |
| tFontTypes | m_iFontType |
| sgxString | m_CharacterOrder |
| CSGXFontParams::CSGXFontParams | ( | ) |
| CSGXFontParams::CSGXFontParams | ( | int | defaultSize | ) |
| CSGXFontParams::CSGXFontParams | ( | int | defaultSize, | |
| tFontTypes | type | |||
| ) |
| tMEM_SIZE CSGXFontParams::m_iTypeSize |
| tMEM_SIZE CSGXFontParams::m_iTypeDepth |
| sgxString CSGXFontParams::m_CharacterOrder |
1.5.6