Class FontInfo

java.lang.Object
net.sf.jasperreports.engine.fonts.FontInfo

public class FontInfo extends Object
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Constructor Details

  • Method Details

    • getFontFamily

      public FontFamily getFontFamily()
    • setFontFamily

      public void setFontFamily(FontFamily family)
    • getFontFace

      public FontFace getFontFace()
    • setFontFace

      public void setFontFace(FontFace face)
    • getStyle

      public int getStyle()
    • setStyle

      public void setStyle(int style)
    • toString

      public String toString()
      Overrides:
      toString in class Object