Function Font.getStringSize

Returns the size of a string, taking kerning and advance into account.

Vector2 getStringSize (
  const(String) string
) nothrow @nogc const;