Interface SFont

    • Method Detail

      • getColor

        SColor getColor()
        Returns:
        a font's color
      • getName

        String getName()
        Returns:
        a font's name like "Calibri".
      • getHeightPoints

        int getHeightPoints()
        Returns:
        a font height point
      • isItalic

        boolean isItalic()
        Returns:
        true if the font is italic
      • isStrikeout

        boolean isStrikeout()
        Returns:
        true if the font is strike-out.
      • getUnderline

        SFont.Underline getUnderline()
        Returns:
        the style of a font's underline
      • setHeightPoints

        @Deprecated
        void setHeightPoints​(int fontHeightPoint)
        Deprecated.
      • setItalic

        @Deprecated
        void setItalic​(boolean fontItalic)
        Deprecated.
      • setStrikeout

        @Deprecated
        void setStrikeout​(boolean fontStrikeout)
        Deprecated.