Class FontDesc

java.lang.Object
net.thevpc.more.shef.FontDesc

public class FontDesc extends Object
Author:
thevpc
  • Constructor Details

    • FontDesc

      public FontDesc(String fontName, int fontSize, boolean bold, boolean italic, Boolean underline)
  • Method Details

    • getFontName

      public String getFontName()
    • getFontSize

      public int getFontSize()
    • isBold

      public boolean isBold()
    • isItalic

      public boolean isItalic()
    • getUnderline

      public Boolean getUnderline()