| 1563 | } // anonymous namespace |
| 1564 | |
| 1565 | void drawString( const std::string &str, const vec2 &pos, const ColorA &color, Font font ) |
| 1566 | { |
| 1567 | drawStringHelper( str, pos, color, font, -1 ); |
| 1568 | } |
| 1569 | |
| 1570 | void drawStringCentered( const std::string &str, const vec2 &pos, const ColorA &color, Font font ) |
| 1571 | { |