FontData.setHeight

Sets the height of the receiver. The parameter is specified in terms of points, where a point is one seventy-second of an inch.

@param height the height of the <code>FontData</code>

@exception IllegalArgumentException <ul> <li>ERROR_INVALID_ARGUMENT - if the height is negative</li> </ul>

@see #getHeight

  1. void setHeight(int height)
    class FontData
    void
    setHeight
    (
    int height
    )
  2. void setHeight(float height)

Meta