Skip to contents

Measure string size for Font.

Usage

measure_text_ex(font, text, font_size, spacing)

Arguments

font

A font.

text

A string.

font_size

A number.

spacing

A number.

Value

A numeric vector of length 2

Note

This function has been auto-generated from the following Raylib function definition:

Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing);