FontData.this

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>

  1. this()
  2. this(String str)
  3. this(String name, int height, int style)
    class FontData
    this
    (
    String name
    ,
    int height
    ,
    int style
    )

Meta