| 151 | } |
| 152 | |
| 153 | float TextPool::monoLineHeight(float scale) |
| 154 | { |
| 155 | return monoReady() ? mMonoHeight * scale : StringUtils::textHeight("0", scale); |
| 156 | } |
| 157 | |
| 158 | void TextPool::drawMono(const std::string& s, float x, float y, float scale, u32 color, float depth) |
| 159 | { |