| 2812 | state.current_line_height = 0; |
| 2813 | } |
| 2814 | vec2s lf_text_dimension(const char* str) { |
| 2815 | return lf_text_dimension_ex(str, -1); |
| 2816 | } |
| 2817 | |
| 2818 | vec2s lf_text_dimension_ex(const char* str, float wrap_point) { |
| 2819 | LfFont font = get_current_font(); |
no test coverage detected