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

class FontData
void
setHeight
(
int height
)

Meta