Font.getStringSize

Returns the size of a string, taking kerning and advance into account. Note that the height returned is the font height (see getHeight) and has no relation to the string.

struct Font
@nogc nothrow const
Vector2
getStringSize
(
in String string
)

Meta