| 2807 | } |
| 2808 | |
| 2809 | void lf_next_line() { |
| 2810 | state.pos_ptr.x = state.current_div.aabb.pos.x + state.div_props.border_width; |
| 2811 | state.pos_ptr.y += state.current_line_height; |
| 2812 | state.current_line_height = 0; |
| 2813 | } |
| 2814 | vec2s lf_text_dimension(const char* str) { |
| 2815 | return lf_text_dimension_ex(str, -1); |
| 2816 | } |
no outgoing calls
no test coverage detected