|
SCV
4.2.1
Simple Components for Visual
|
FontTahoma Class. More...
#include <FontTahoma.h>
Public Member Functions | |
| int | getStringLength (const std::string &str) const |
| int | getCharWidth (unsigned char character) const |
| int | getHeight (void) const |
| int | getWidth (void) const |
| ComponentTexture * | getTexture (void) const |
Friends | |
| class | Singleton< FontTahoma > |
Additional Inherited Members | |
Static Public Member Functions inherited from Singleton< T > | |
| static void | setInstance (T *instance) |
| static T * | getInstance () |
| static void | destroyInstance () |
Protected Member Functions inherited from Singleton< T > | |
| Singleton (void) | |
| virtual | ~Singleton (void) |
| Singleton (const Singleton &source) | |
Static Protected Attributes inherited from Singleton< T > | |
| static T * | _instance = 0 |
FontTahoma Class.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |