#include <glyph.h>
Public Member Functions | |
Glyph () | |
bool | LoadGlyph (FT_Face face, unsigned int charCode) |
Public Attributes | |
unsigned int | mByteWidth |
unsigned int | mByteHeight |
unsigned int | mXOffset |
unsigned int | mYOffset |
unsigned int | mAdvance |
boost::shared_array< unsigned char > | mData |
Private Member Functions | |
void | Reset () |
Definition at line 34 of file glyph.h.
|
Definition at line 5 of file glyph.cpp. References Reset(). Here is the call graph for this function: ![]() |
|
Definition at line 10 of file glyph.cpp. References mAdvance, mByteHeight, mByteWidth, mData, mXOffset, mYOffset, and Reset(). Referenced by kerosin::Font::Init(). Here is the call graph for this function: ![]() |
|
Definition at line 44 of file glyph.cpp. References mAdvance, mByteHeight, mByteWidth, mData, mXOffset, and mYOffset. Referenced by Glyph(), and LoadGlyph(). |
|
Definition at line 45 of file glyph.h. Referenced by kerosin::Font::Init(), LoadGlyph(), and Reset(). |
|
Definition at line 42 of file glyph.h. Referenced by kerosin::Font::Init(), LoadGlyph(), and Reset(). |
|
Definition at line 41 of file glyph.h. Referenced by kerosin::Font::Init(), LoadGlyph(), and Reset(). |
|
Definition at line 46 of file glyph.h. Referenced by kerosin::Font::Init(), LoadGlyph(), and Reset(). |
|
Definition at line 43 of file glyph.h. Referenced by kerosin::Font::Init(), LoadGlyph(), and Reset(). |
|
Definition at line 44 of file glyph.h. Referenced by kerosin::Font::Init(), LoadGlyph(), and Reset(). |