| 496 | /////////////////////////////////////////// |
| 497 | |
| 498 | void text_add_at_16(const char16_t* text, const matrix &transform, text_style_t style, text_align_ position, text_align_ align, float off_x, float off_y, float off_z, color128 vertex_tint_linear) { |
| 499 | text_add_in_16(text, transform, text_size_16(text, style), text_fit_exact, style, position, align, off_x, off_y, off_z, vertex_tint_linear); |
| 500 | } |
| 501 | |
| 502 | /////////////////////////////////////////// |
| 503 |
nothing calls this directly
no test coverage detected