Class FontImpl

    • Field Detail

      • BLANK_FONT

        public static final SFont BLANK_FONT
        Deprecated.
    • Constructor Detail

      • FontImpl

        public FontImpl()
        Deprecated.
      • FontImpl

        public FontImpl​(String fontColor,
                        boolean bold,
                        boolean fontItalic,
                        boolean fontStrikeout,
                        SFont.Underline fontUnderline)
        Deprecated.
    • Method Detail

      • getName

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

        public void setName​(String fontName)
        Deprecated.
      • getColor

        public SColor getColor()
        Deprecated.
        Returns:
        a font's color
      • setColor

        public void setColor​(SColor fontColor)
        Deprecated.
      • getBoldweight

        public SFont.Boldweight getBoldweight()
        Deprecated.
        Returns:
        a font's bold style.
      • setBoldweight

        public void setBoldweight​(SFont.Boldweight fontBoldweight)
        Deprecated.
      • getHeightPoints

        public int getHeightPoints()
        Deprecated.
        Returns:
        a font height point
      • setHeightPoints

        public void setHeightPoints​(int fontHeightPoint)
        Deprecated.
      • isItalic

        public boolean isItalic()
        Deprecated.
        Returns:
        true if the font is italic
      • setItalic

        public void setItalic​(boolean fontItalic)
        Deprecated.
      • isStrikeout

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

        public void setStrikeout​(boolean fontStrikeout)
        Deprecated.
      • setTypeOffset

        public void setTypeOffset​(SFont.TypeOffset fontTypeOffset)
        Deprecated.
      • getUnderline

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

        public void setUnderline​(SFont.Underline fontUnderline)
        Deprecated.
      • copyFrom

        public void copyFrom​(SFont src)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Overrides:
        equals in class Object