| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/glyphtypes.h>

Public Member Functions | |
| ImageGlyph (float u, float v, float uvwidth, float uvheight, SO< FontTexture > ft) | |
| virtual | ~ImageGlyph () |
| float | getU () const |
| Returns the u-coordinate in texture space. | |
| float | getV () const |
| Returns the v-coordinate in texture space. | |
| float | getUvWidth () const |
| Returns the width in texture space. | |
| float | getUvHeight () const |
| Returns the height in texture space. | |
| SO< FontTexture > | getFontTexture () const |
| Returns the FontTexture. | |
| virtual GlyphTypeID | getGlyphTypeID () const |
| Returns the kind. | |
| VRS_TYPEINFO (ImageGlyph, AbstractGlyph) | |
| VRS::TEXT::ImageGlyph::ImageGlyph | ( | float | u, | |
| float | v, | |||
| float | uvwidth, | |||
| float | uvheight, | |||
| SO< FontTexture > | ft | |||
| ) |
| virtual VRS::TEXT::ImageGlyph::~ImageGlyph | ( | ) | [inline, virtual] |
| float VRS::TEXT::ImageGlyph::getU | ( | ) | const [inline] |
Returns the u-coordinate in texture space.
| float VRS::TEXT::ImageGlyph::getV | ( | ) | const [inline] |
Returns the v-coordinate in texture space.
| float VRS::TEXT::ImageGlyph::getUvWidth | ( | ) | const [inline] |
Returns the width in texture space.
| float VRS::TEXT::ImageGlyph::getUvHeight | ( | ) | const [inline] |
Returns the height in texture space.
| SO<FontTexture> VRS::TEXT::ImageGlyph::getFontTexture | ( | ) | const [inline] |
Returns the FontTexture.
| virtual GlyphTypeID VRS::TEXT::ImageGlyph::getGlyphTypeID | ( | ) | const [virtual] |
| VRS::TEXT::ImageGlyph::VRS_TYPEINFO | ( | ImageGlyph | , | |
| AbstractGlyph | ||||
| ) |