Package net.sf.jasperreports.pdf.classic
Class ClassicFontRecipient
- java.lang.Object
-
- net.sf.jasperreports.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.Font
getFont()
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)
protected static int
toPdfFontStyle(PdfFontStyle pdfFontStyle)
-
-
-
Constructor Detail
-
ClassicFontRecipient
public ClassicFontRecipient(ColorSpace cmykColorSpace)
-
-
Method Detail
-
hasFont
public boolean hasFont()
- Specified by:
hasFont
in 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:
setFont
in interfaceFontRecipient
-
setFont
public void setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor, byte[] fontData)
- Specified by:
setFont
in interfaceFontRecipient
-
toPdfFontStyle
protected static int toPdfFontStyle(PdfFontStyle pdfFontStyle)
-
-