#include <textGlyph.h>
Inheritance diagram for TextGlyph:
Public Member Functions | |
INLINE | TextGlyph () |
INLINE | TextGlyph (Geom *geom, const RenderState *state, float advance) |
INLINE | TextGlyph (const TextGlyph ©) |
INLINE void | operator= (const TextGlyph ©) |
virtual | ~TextGlyph () |
INLINE | PT (Geom) get_geom() const |
INLINE const RenderState * | get_state () const |
INLINE float | get_advance () const |
Protected Member Functions | |
PT (Geom) _geom | |
CPT (RenderState) _state | |
Protected Attributes | |
float | _advance |
|
|
|
|
|
|
|
Definition at line 27 of file textGlyph.cxx. |
|
|
|
Referenced by TextNode::assemble_row(), and TextFont::calc_width(). |
|
Referenced by TextNode::assemble_row(), and TextNode::tack_on_accent(). |
|
|
|
|
|
|
|
Definition at line 49 of file textGlyph.h. |