Go to the documentation of this file.
28 void GetTextLines(std::vector<Graphics::Display::lineInfo> &lines,
36 void DrawLine(std::vector<Graphics::Display::lineInfo> &lines,
point3d where,
int startx,
int starty,
int offsetx,
int offsety,
float scale,
rgbColor color);
A color; r/g/b are between 0...1.
void DrawChar(Graphics::Display &display, char c, point3d where, float height, rgbColor color)
void DrawText(Graphics::Display &display, Graphics::point location, const char *text, float height, const rgbColor &color=Colors::black, Graphics::textAlign align=Graphics::textAlignLeft, Graphics::textBaseline base=Graphics::textBaselineBottom)
void DrawLine(Graphics::Display &display, point3d where, int startx, int starty, int offsetx, int offsety, float scale, rgbColor color)
uint32_t GetBitmap(char c)
void GetTextLines(std::vector< Graphics::Display::lineInfo > &lines, Graphics::point location, const char *text, float height, const rgbColor &color=Colors::black, Graphics::textAlign align=Graphics::textAlignLeft, Graphics::textBaseline base=Graphics::textBaselineBottom)