HOG2
|
This is the complete list of members for MonoFont, including all inherited members.
DrawChar(Graphics::Display &display, char c, point3d where, float height, rgbColor color) | MonoFont | private |
DrawChar(std::vector< Graphics::Display::lineInfo > &lines, char c, point3d where, float height, rgbColor color) | MonoFont | private |
DrawLine(Graphics::Display &display, point3d where, int startx, int starty, int offsetx, int offsety, float scale, rgbColor color) | MonoFont | private |
DrawLine(std::vector< Graphics::Display::lineInfo > &lines, point3d where, int startx, int starty, int offsetx, int offsety, float scale, rgbColor color) | MonoFont | private |
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) | MonoFont | |
GetBitmap(char c) | MonoFont | private |
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) | MonoFont |