Fnt.getexts_width

Get the rendered width of a string for the wrapped font.

struct Fnt
uint
getexts_width
(
in string text
)

Parameters

text
Type: string

Text to get the width for

Return Value

Type: uint

Width of the text for the wrapped font.

Meta