Uses of Class
net.sf.jasperreports.pdf.common.PdfFontStyle
-
Packages that use PdfFontStyle Package Description net.sf.jasperreports.pdf.classic net.sf.jasperreports.pdf.common -
-
Uses of PdfFontStyle in net.sf.jasperreports.pdf.classic
Methods in net.sf.jasperreports.pdf.classic with parameters of type PdfFontStyle Modifier and Type Method Description void
ClassicFontRecipient. setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor)
void
ClassicFontRecipient. setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor, byte[] fontData)
protected static int
ClassicFontRecipient. toPdfFontStyle(PdfFontStyle pdfFontStyle)
-
Uses of PdfFontStyle in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common with parameters of type PdfFontStyle Modifier and Type Method Description void
FontRecipient. setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor)
void
FontRecipient. setFont(String pdfFontName, String pdfEncoding, boolean isPdfEmbedded, float size, PdfFontStyle pdfFontStyle, Color forecolor, byte[] fontData)
-