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