Class ClassicFontRecipient
- java.lang.Object
-
- net.sf.jasperreports.export.pdf.classic.ClassicFontRecipient
-
- All Implemented Interfaces:
FontRecipient
public class ClassicFontRecipient extends Object implements FontRecipient
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ClassicFontRecipient(ColorSpace cmykColorSpace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lowagie.text.FontgetFont()booleanhasFont()voidsetFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor)voidsetFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor, byte[] fontData)protected static inttoPdfFontStyle(PdfFontStyle pdfFontStyle)
-
-
-
Constructor Detail
-
ClassicFontRecipient
public ClassicFontRecipient(ColorSpace cmykColorSpace)
-
-
Method Detail
-
hasFont
public boolean hasFont()
- Specified by:
hasFontin interfaceFontRecipient
-
getFont
public com.lowagie.text.Font getFont()
-
setFont
public void setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor)
- Specified by:
setFontin interfaceFontRecipient
-
setFont
public void setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor, byte[] fontData)
- Specified by:
setFontin interfaceFontRecipient
-
toPdfFontStyle
protected static int toPdfFontStyle(PdfFontStyle pdfFontStyle)
-
-