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

Function lf_text_dimension_wide

leif.c:2826–2828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2824}
2825
2826vec2s lf_text_dimension_wide(const wchar_t* str) {
2827 return lf_text_dimension_wide_ex(str, -1);
2828}
2829
2830vec2s lf_text_dimension_wide_ex(const wchar_t* str, float wrap_point) {
2831 LfFont font = get_current_font();

Callers 1

checkbox_element_locFunction · 0.85

Calls 1

Tested by

no test coverage detected