enum EE::Graphics::GlyphDrawable::DrawMode¶
Overview¶
#include <glyphdrawable.hpp> enum DrawMode { Image, Text, TextItalic, };
Detailed Documentation¶
Enum Values¶
Image
It will be treated as a simple image, no special offset is applied.
Text
Will add the glyph offset corresponding to that character.
TextItalic
Will add the glyph offset corresponding to that character and simulate italic skew