MCPcopy Create free account
hub / github.com/cococry/leif / lf_next_line

Function lf_next_line

leif.c:2809–2813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2807}
2808
2809void 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}
2814vec2s lf_text_dimension(const char* str) {
2815 return lf_text_dimension_ex(str, -1);
2816}

Callers 3

draw_scrollbar_onFunction · 0.85
dropdown_menu_item_locFunction · 0.85
lf_seperatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected