Font.getWordwrapStringSize

Returns the size that the string would have with word wrapping enabled with a fixed width.

struct Font
@nogc nothrow const
Vector2
getWordwrapStringSize
(
in String string
,
in double width
)

Meta