Frontend::GUI::BitmapFont Class Reference
#include <BitmapFont.h>
Inheritance diagram for Frontend::GUI::BitmapFont:
List of all members.
Constructor & Destructor Documentation
| Frontend::GUI::BitmapFont::BitmapFont |
( |
String |
name, |
|
|
int |
pointSize, |
|
|
FontStyle |
style |
|
) |
|
|
| virtual Frontend::GUI::BitmapFont::~BitmapFont |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void Frontend::Object::AddRef |
( |
|
) |
[inherited] |
|
|
|
Adds a reference to the object.
Aqcuires an additional ownership on the object. The object will not be deleted until all owners have called Release() on it. - See also:
- Release()
|
| int Frontend::GUI::BitmapFont::GetAdvance |
( |
unsigned char |
character |
) |
|
|
| int Frontend::GUI::BitmapFont::GetAscender |
( |
|
) |
|
|
| Math::Vector2i Frontend::GUI::BitmapFont::GetBearing |
( |
unsigned char |
character |
) |
|
|
| Bitmap* Frontend::GUI::BitmapFont::GetBitmap |
( |
unsigned char |
character |
) |
|
|
| int Frontend::GUI::BitmapFont::GetDescender |
( |
|
) |
|
|
| int Frontend::GUI::BitmapFont::GetHeight |
( |
|
) |
|
|
| String Frontend::GUI::BitmapFont::GetName |
( |
|
) |
[virtual] |
|
| int Frontend::GUI::BitmapFont::GetPointSize |
( |
|
) |
[virtual] |
|
| unsigned int Frontend::Object::GetRefCount |
( |
|
) |
[inline, inherited] |
|
|
|
Returns the number of references on the object.
- Returns:
- The number of references on the object.
|
| FontStyle Frontend::GUI::BitmapFont::GetStyle |
( |
|
) |
[virtual] |
|
| void Frontend::Object::Release |
( |
|
) |
[inherited] |
|
|
|
Releases a reference on the object.
If you are an owner of an object, use this function to release it when you are done with it. The object will not be deleted until all owners have called Release() on it. |
| void Frontend::GUI::BitmapFont::SetAdvance |
( |
unsigned char |
character, |
|
|
int |
advance |
|
) |
|
|
| void Frontend::GUI::BitmapFont::SetAscender |
( |
int |
ascender |
) |
|
|
| void Frontend::GUI::BitmapFont::SetBearing |
( |
unsigned char |
character, |
|
|
Math::Vector2i |
bearing |
|
) |
|
|
| void Frontend::GUI::BitmapFont::SetBitmap |
( |
unsigned char |
character, |
|
|
Bitmap * |
bitmap |
|
) |
|
|
| void Frontend::GUI::BitmapFont::SetDescender |
( |
int |
descender |
) |
|
|
| void Frontend::GUI::BitmapFont::SetHeight |
( |
int |
height |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file: