#include <ewgfxcore.h>
Data Fields | |
| struct XGlyph * | Newer |
| struct XGlyph * | Older |
| struct XGlyph * | Next |
| struct XGlyph * | Prev |
| int | Used |
| unsigned long | Font |
| unsigned long | CharCode |
| short | Width |
| short | Height |
| short | OriginX |
| short | OriginY |
| short | Advance |
| short | CacheX |
| short | CacheY |
| char | Reserved [2] |
| unsigned char * | Pixel |
| short XGlyph::Advance |
| short XGlyph::CacheX |
| short XGlyph::CacheY |
| unsigned long XGlyph::CharCode |
| unsigned long XGlyph::Font |
| short XGlyph::Height |
| struct XGlyph* XGlyph::Newer |
| struct XGlyph* XGlyph::Next |
| struct XGlyph* XGlyph::Older |
| short XGlyph::OriginX |
| short XGlyph::OriginY |
| unsigned char* XGlyph::Pixel |
| struct XGlyph* XGlyph::Prev |
| char XGlyph::Reserved[2] |
| int XGlyph::Used |
| short XGlyph::Width |