Fnt.getexts

Get the font extents for a given string.

struct Fnt
void
getexts
(
in string text
,
Extnts* tex
)

Parameters

text
Type: string

Text to get the extents

tex
Type: Extnts*

Extents struct to fill in with the font information

Meta