22 #ifndef ULTIMA0_GFX_SURFACE_H 23 #define ULTIMA0_GFX_SURFACE_H 25 #include "graphics/font.h" 26 #include "graphics/managed_surface.h" 27 #include "ultima/ultima0/gfx/font.h" 36 byte _textColor = C_TEXT_DEFAULT;
50 void writeChar(uint32 chr);
53 byte setColor(byte color);
54 byte setColor(byte r, byte g, byte b);
Definition: managed_surface.h:51
TextAlign
Definition: font.h:48
Align the text to the left.
Definition: font.h:51
Definition: detection.h:27
void writeString(const Common::Point &pt, const Common::String &str, Graphics::TextAlign align=Graphics::kTextAlignLeft)
Definition: gfx_surface.h:33