The Glyph associated to a character of a given Font.
More...
#include <Font.hpp>
List of all members.
Detailed Description
The Glyph associated to a character of a given Font.
Constructor & Destructor Documentation
| vl::Glyph::Glyph |
( |
) |
[inline] |
Member Function Documentation
| virtual const char* vl::Glyph::className |
( |
) |
[inline, virtual] |
Returns the name of the class.
Reimplemented from vl::Object.
| unsigned int vl::Glyph::textureHandle |
( |
) |
const [inline] |
| void vl::Glyph::setTextureHandle |
( |
unsigned int |
handle ) |
[inline] |
| int vl::Glyph::width |
( |
) |
const [inline] |
| void vl::Glyph::setWidth |
( |
int |
width ) |
[inline] |
| int vl::Glyph::height |
( |
) |
const [inline] |
| void vl::Glyph::setHeight |
( |
int |
height ) |
[inline] |
| int vl::Glyph::left |
( |
) |
const [inline] |
| void vl::Glyph::setLeft |
( |
int |
left ) |
[inline] |
| int vl::Glyph::top |
( |
) |
const [inline] |
| void vl::Glyph::setTop |
( |
int |
top ) |
[inline] |
| float vl::Glyph::s0 |
( |
) |
const [inline] |
| void vl::Glyph::setS0 |
( |
float |
s0 ) |
[inline] |
| float vl::Glyph::t0 |
( |
) |
const [inline] |
| void vl::Glyph::setT0 |
( |
float |
t0 ) |
[inline] |
| float vl::Glyph::s1 |
( |
) |
const [inline] |
| void vl::Glyph::setS1 |
( |
float |
s1 ) |
[inline] |
| float vl::Glyph::t1 |
( |
) |
const [inline] |
| void vl::Glyph::setT1 |
( |
float |
t1 ) |
[inline] |
| const fvec2& vl::Glyph::advance |
( |
) |
const [inline] |
| void vl::Glyph::setAdvance |
( |
const fvec2 & |
advance ) |
[inline] |
| unsigned int vl::Glyph::glyphIndex |
( |
) |
const [inline] |
| void vl::Glyph::setGlyphIndex |
( |
unsigned int |
glyph_index ) |
[inline] |
| const Font* vl::Glyph::font |
( |
) |
const [inline] |
| void vl::Glyph::setFont |
( |
Font * |
font ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Font.hpp