Font.getTextBounds

Undocumented in source. Be warned that the author may not have intended to support it.
  1. float[4] getTextBounds(wstring text, float x, int fontSize)
  2. float[4] getTextBounds(string text, float x, int fontSize)
  3. float[4] getTextBounds(immutable(char)* data, float x, int fontSize)
    class Font
    float[4]
    getTextBounds
    (
    immutable(char)* data
    ,
    in float x
    ,
    in int fontSize
    )

Meta