Wrapper struct for a preloaded glyph. More...
#include <CGUITTFont.h>
Public Member Functions | |
| SGUITTGlyphPending (const SGUITTGlyph *glyph, video::IImage *surface) noexcept | |
| ~SGUITTGlyphPending () | |
| SGUITTGlyphPending (SGUITTGlyphPending &&other) noexcept | |
Public Attributes | |
| const SGUITTGlyph * | glyph |
| video::IImage * | surface |
Wrapper struct for a preloaded glyph.
|
inlinenoexcept |
References glyph, and surface.
Referenced by SGUITTGlyphPending().
|
inline |
References surface.
|
inlinenoexcept |
| const SGUITTGlyph* gui::SGUITTGlyphPending::glyph |
Referenced by SGUITTGlyphPending(), and SGUITTGlyphPending().
| video::IImage* gui::SGUITTGlyphPending::surface |
Referenced by SGUITTGlyphPending(), SGUITTGlyphPending(), and ~SGUITTGlyphPending().