Font parameters.
More...
#include <_src_hud_font.hh>
List of all members.
Detailed Description
Font parameters.
Font ctor is private. To obtain a Font object, call FontMap::GetFont().
Implementation: Font names are mapped to the hidden implementation-specific parameters by FontMap.
Constructor & Destructor Documentation
| hud::Font::Font |
( |
const string & |
name, |
|
|
const fp |
size, |
|
|
const fp |
widthRatio, |
|
|
const fp |
heightRatio, |
|
|
const string & |
pathName | |
|
) |
| | [private] |
Member Function Documentation
| fp hud::Font::GetHeight |
( |
void |
|
) |
const [inline] |
| const string& hud::Font::GetPathName |
( |
void |
|
) |
const [inline] |
| fp hud::Font::GetSize |
( |
void |
|
) |
const [inline] |
| fp hud::Font::GetWidth |
( |
void |
|
) |
const [inline] |
| void hud::Font::SetSize |
( |
const fp |
fontSize |
) |
[inline] |
Friends And Related Function Documentation
Member Data Documentation
don't allow changing name to prevent inconsistent parameters
The documentation for this class was generated from the following files: