neoGFX
Cross-platform C++ app/game engine
|
#include <i_glyph.hpp>
Public Member Functions | |
virtual | ~i_glyph ()=default |
virtual const i_sub_texture & | texture () const =0 |
virtual bool | subpixel () const =0 |
virtual const glyph_metrics & | metrics () const =0 |
virtual glyph_pixel_mode | pixel_mode () const =0 |
Definition at line 47 of file i_glyph.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in neogfx::glyph.
|
pure virtual |
Implemented in neogfx::glyph.
|
pure virtual |
Implemented in neogfx::glyph.
|
pure virtual |
Implemented in neogfx::glyph.