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