| 229 | |
| 230 | vec2 text_size (const char *text_utf8, text_style_t style) { return text_size_g<char, utf8_decode_fast_b >(text_utf8, style); } |
| 231 | vec2 text_size_16(const char16_t *text_utf16, text_style_t style) { return text_size_g<char16_t, utf16_decode_fast_b>(text_utf16, style); } |
| 232 | |
| 233 | /////////////////////////////////////////// |
| 234 |
no outgoing calls
no test coverage detected