Constructs a new font data given a font name,
the height of the desired font in points,
and a font style.
@param name the name of the font (must not be null)
@param height the font height in points
@param style a bit or combination of NORMAL, BOLD, ITALIC
@exception IllegalArgumentException <ul>
<li>ERROR_NULL_ARGUMENT - when the font name is null</li>
<li>ERROR_INVALID_ARGUMENT - if the height is negative</li>
</ul>
Constructs a new font data given a font name, the height of the desired font in points, and a font style.
@param name the name of the font (must not be null) @param height the font height in points @param style a bit or combination of NORMAL, BOLD, ITALIC
@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - when the font name is null</li> <li>ERROR_INVALID_ARGUMENT - if the height is negative</li> </ul>