Function BitmapFont.getCharSize

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

Vector2 getCharSize (
  const(long) _char,
  const(long) next = 0L
) nothrow @nogc const;