Difference between revisions of "Legacy:Font/getStringHeight"

From Spherical
Jump to: navigation, search
(created from http://web.archive.org/web/20110911100956/http://www.spheredev.org/wiki/Font.getStringHeight)
(No difference)

Revision as of 22:48, 24 June 2013


Get the pixel height of word-wrapped text that would be drawn with Font.drawTextBox().

Usage

integer Font.getStringHeight(text, width);


  • param1 type. param1 description
  • param2 type. param2 description
  • paramN type. paramN description

Examples

(examples with syntaxhighlighted code)

Notes

(notes)

See also

  • see also
  • see also
  • see also
  • etc

API:Font/navbox