Measure string size for Font.
Note
This function has been auto-generated from the following Raylib function definition:
MeasureTextEx(Font font, const char *text, float fontSize, float spacing); Vector2
See also
font()
for creating font objects.
Other text functions:
draw_text_codepoint()
,
draw_text_ex()
,
draw_text_pro()
,
draw_text()
,
image_draw_text_ex()
,
image_draw_text()
,
image_text_ex()
,
image_text()
,
load_file_text()
,
measure_text()
,
text_find_index()
,
text_insert()
,
text_replace()
,
text_to_integer()
,
text_to_lower()
,
text_to_pascal()
,
text_to_upper()