#include <Font.h>
Enumerator |
---|
HALeft |
|
HARight |
|
HACenter |
|
VATop |
|
VABottom |
|
VAMiddle |
|
omega::Font::Font |
( |
FTFont * |
fontImpl | ) |
|
|
inline |
Deprecated, use static getTextSize instead.
Vector2f omega::Font::computeWSize |
( |
const std::wstring & |
text | ) |
|
Computes the size of the specified text in pixels, using the specified font.
static Vector2f omega::Font::getTextWSize |
( |
const std::wstring & |
text, |
|
|
const String & |
font |
|
) |
| |
|
static |
static void omega::Font::lock |
( |
| ) |
|
|
static |
void omega::Font::render |
( |
const String & |
text, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| |
void omega::Font::render |
( |
const std::wstring & |
text, |
|
|
float |
x, |
|
|
float |
y |
|
) |
| |
static void omega::Font::unlock |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- C:/dev/omegalib/release/include/omega/Font.h