enum EE::Graphics::Text::Style¶
Overview¶
#include <text.hpp> enum Style { Regular = 0, Bold = 1<<0, Italic = 1<<1, Underlined = 1<<2, StrikeThrough = 1<<3, Shadow = 1<<4, };
Detailed Documentation¶
Enum Values¶
Regular
Regular characters, no style.
Bold
Bold characters.
Italic
Italic characters.
Underlined
Underlined characters.
StrikeThrough
Strike through characters.
Shadow
Draw a shadow below the text.