#include <font.hpp>
Definition at line 26 of file font.hpp.
GlVisFont::~GlVisFont |
( |
| ) |
|
|
inline |
float GlVisFont::getAtlasHeight |
( |
| ) |
|
|
inline |
float GlVisFont::getAtlasWidth |
( |
| ) |
|
|
inline |
float GlVisFont::getFontDescender |
( |
| ) |
const |
|
inline |
float GlVisFont::getFontLineSpacing |
( |
| ) |
const |
|
inline |
unsigned GlVisFont::getFontTex |
( |
| ) |
|
|
inline |
float GlVisFont::GetKerning |
( |
char |
cprev, |
|
|
char |
c |
|
) |
| |
|
inline |
void GlVisFont::getObjectSize |
( |
const std::string & |
text, |
|
|
int & |
w, |
|
|
int & |
h |
|
) |
| |
Get the width and height of the bounding box containing the rendered text.
Definition at line 148 of file font.cpp.
const glyph& GlVisFont::GetTexChar |
( |
char |
c | ) |
const |
|
inline |
bool GlVisFont::isFontLoaded |
( |
| ) |
|
|
inline |
bool GlVisFont::LoadFont |
( |
const std::string & |
path, |
|
|
int |
font_index, |
|
|
int |
font_size |
|
) |
| |
void GlVisFont::setAlphaChannel |
( |
GLenum |
alpha | ) |
|
|
inline |
The documentation for this class was generated from the following files: