Interface FontFamily

All Known Implementing Classes:
SimpleFontFamily

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

    • getName

      String getName()
    • getNormalFace

      FontFace getNormalFace()
    • getBoldFace

      FontFace getBoldFace()
    • getItalicFace

      FontFace getItalicFace()
    • getBoldItalicFace

      FontFace getBoldItalicFace()
    • getPdfEncoding

      String getPdfEncoding()
    • isPdfEmbedded

      Boolean isPdfEmbedded()
    • getExportFont

      String getExportFont(String key)
    • supportsLocale

      boolean supportsLocale(Locale locale)
    • isVisible

      boolean isVisible()