Interface FontFace

  • All Known Implementing Classes:
    SimpleFontFace

    public interface FontFace
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEot()  
      java.awt.Font getFont()
      Returns a non-null instance of java.awt.Font representing the font face.
      java.lang.String getName()
      Returns the non-null name of the font face.
      java.lang.String getPdf()  
      java.lang.String getSvg()  
      java.lang.String getTtf()
      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).
      java.lang.String getWoff()  
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the non-null name of the font face.
      • getTtf

        java.lang.String getTtf()
        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).
      • getFont

        java.awt.Font getFont()
        Returns a non-null instance of java.awt.Font representing the font face.
      • getPdf

        java.lang.String getPdf()
      • getEot

        java.lang.String getEot()
      • getSvg

        java.lang.String getSvg()
      • getWoff

        java.lang.String getWoff()