| 251 | } |
| 252 | |
| 253 | void Graphics::drawAlignedUIString(const std::string& str, gfx::Color fg, gfx::Color bg, const gfx::Rect& rc, int align) |
| 254 | { |
| 255 | doUIStringAlgorithm(str, fg, bg, rc, align, true); |
| 256 | } |
| 257 | |
| 258 | gfx::Size Graphics::measureChar(int chr) |
| 259 | { |
no outgoing calls
no test coverage detected