Interface FontRecipient

  • All Known Implementing Classes:
    ClassicFontRecipient

    public interface FontRecipient
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • hasFont

        boolean hasFont()
      • setFont

        void setFont​(String pdfFontName,
                     String pdfEncoding,
                     boolean isPdfEmbedded,
                     float size,
                     PdfFontStyle pdfFontStyle,
                     Color forecolor)
      • setFont

        void setFont​(String pdfFontName,
                     String pdfEncoding,
                     boolean isPdfEmbedded,
                     float size,
                     PdfFontStyle pdfFontStyle,
                     Color forecolor,
                     byte[] fontData)