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

Function text_render_simple

leif.c:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606LfTextProps text_render_simple(vec2s pos, const char* text, LfFont font, LfColor font_color, bool no_render) {
607 return lf_text_render(pos, text, font, font_color, -1, (vec2s){-1, -1}, no_render, false, -1, -1);
608}
609LfTextProps text_render_simple_wide(vec2s pos, const wchar_t* text, LfFont font, LfColor font_color, bool no_render) {
610 return lf_text_render_wchar(pos, text, font, font_color, -1, (vec2s){-1, -1}, no_render, false, -1, -1);
611}

Callers 6

button_element_locFunction · 0.85
button_fixed_element_locFunction · 0.85
checkbox_element_locFunction · 0.85
dropdown_menu_item_locFunction · 0.85
menu_item_list_item_locFunction · 0.85
lf_get_text_endFunction · 0.85

Calls 1

lf_text_renderFunction · 0.85

Tested by

no test coverage detected