| 191 | } |
| 192 | |
| 193 | float TextPool::width(const std::string& s, float scale) const |
| 194 | { |
| 195 | return StringUtils::textWidth(s, scale); |
| 196 | } |
| 197 | |
| 198 | float TextPool::fitScale(const std::string& s, float maxWidth, float scale, float minScale) const |
| 199 | { |
no outgoing calls
no test coverage detected