Class SimpleFontFace

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: FontFace
        Returns the non-null name of the font face.
        Specified by:
        getName in interface FontFace
      • getTtf

        public String getTtf()
        Description copied from interface: FontFace
        Returns the TTF file, if the font face has specified one (the font face does not specify a TTF file in case it maps a JVM available font such as a Java logical font or a system font).
        Specified by:
        getTtf in interface FontFace
      • setTtf

        public void setTtf​(String ttf)
      • setTtf

        public void setTtf​(String ttf,
                           boolean load)
      • getFont

        public Font getFont()
        Description copied from interface: FontFace
        Returns a non-null instance of java.awt.Font representing the font face.
        Specified by:
        getFont in interface FontFace
      • setPdf

        public void setPdf​(String pdf)
      • setEot

        public void setEot​(String eot)
      • setSvg

        public void setSvg​(String svg)
      • setWoff

        public void setWoff​(String woff)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class Object