#include <Glyph.h>
Inheritance diagram for CGlyph:
Public Methods | |
CGlyph () | |
virtual | ~CGlyph () |
virtual void | DrawGlyph (Vec3f pos, Vec3f vec)=0 |
virtual void | DrawGlyphBrushed (Vec3f pos, Vec3f vec)=0 |
void | DrawGlyphNormalizedAndBrushed (Vec3f pos, Vec3f vec) |
void | DrawGlyphNormalized (Vec3f pos, Vec3f vec) |
void | SetColor (float r, float g, float b, float a) |
void | SetColorBrushed (float r, float g, float b, float a) |
void | SetGlyphLength (float length) |
Protected Attributes | |
float | length |
float | width |
float | ratio |
colorRGBA | color |
colorRGBA | colorBrushed |
|
|
|
|
|
Implemented in CGlyph_BackColor, CGlyph_Bitmap, CGlyphDataset1, and CTriangleGlyph. |
|
Implemented in CGlyph_BackColor, CGlyph_Bitmap, CGlyphDataset1, and CTriangleGlyph. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|