| 406 | } |
| 407 | |
| 408 | void DrawTextRightJustify(std::string text, int x, int y, float size) |
| 409 | { |
| 410 | gFont.DrawString(text, size, x - gFont.GetStringWidth(text, size), y); |
| 411 | } |
| 412 | |
| 413 | void DrawTextBold(std::string text, int x, int y, float size) |
| 414 | { |
no test coverage detected