| 505 | } |
| 506 | |
| 507 | unsigned int FTFontWrapper::string_width(const formatted_string &str, bool logical) |
| 508 | { |
| 509 | string temp = str.tostring(); |
| 510 | return string_width(temp.c_str(), logical); |
| 511 | } |
| 512 | |
| 513 | unsigned int FTFontWrapper::string_width(const char *text, bool logical) |
| 514 | { |
no test coverage detected