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

Public Member Functions | |
| double | getGlyphAdvance () const |
| virtual Bounds | boundingBox () const =0 |
| VRS_TYPEINFO (Glyph, SharedObj) | |
Protected Member Functions | |
| void | setGlyphAdvance (double adv) |
| double VRS::Glyph::getGlyphAdvance | ( | ) | const |
| virtual Bounds VRS::Glyph::boundingBox | ( | ) | const [pure virtual] |
Implemented in VRS::ImageGlyph, and VRS::GeometryGlyph.
| void VRS::Glyph::setGlyphAdvance | ( | double | adv | ) | [protected] |