BitmapFont.getCharSize

Returns the size of a character, optionally taking kerning into account if the next character is provided.

struct BitmapFont
@nogc nothrow const
Vector2
getCharSize
(
in long _char
,
in long next = 0
)

Meta