| 1568 | } |
| 1569 | |
| 1570 | void drawStringCentered( const std::string &str, const vec2 &pos, const ColorA &color, Font font ) |
| 1571 | { |
| 1572 | drawStringHelper( str, pos, color, font, 0 ); |
| 1573 | } |
| 1574 | |
| 1575 | void drawStringRight( const std::string &str, const vec2 &pos, const ColorA &color, Font font ) |
| 1576 | { |