Skip to contents

Get text width considering gui style and icon size (if required).

Usage

gui_get_text_width(text)

Arguments

text

A string.

Value

An integer

Examples

if (FALSE) {
gui_get_text_width("Hello")
}