Package net.sf.jasperreports.pdf.common
Interface FontRecipient
-
- All Known Implementing Classes:
ClassicFontRecipient
public interface FontRecipient
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasFont()
void
setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor)
void
setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor, byte[] fontData)
-
-
-
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)
-
-