Interface IFont


  • public interface IFont
    • Method Detail

      • isBold

        boolean isBold()
      • setBold

        void setBold​(boolean isBold)
      • isItalic

        boolean isItalic()
      • setItalic

        void setItalic​(boolean isItalic)
      • isUnderline

        boolean isUnderline()
      • setUnderline

        void setUnderline​(boolean isUnderline)
      • isStrikeThrough

        boolean isStrikeThrough()
      • setStrikeThrough

        void setStrikeThrough​(boolean isStrikeThrough)
      • getName

        java.lang.String getName()
      • setName

        void setName​(java.lang.String name)
      • getSize

        float getSize()
      • setSize

        void setSize​(float size)