Uses of Interface
net.sf.jasperreports.engine.fonts.FontFace
Packages that use FontFace
Package
Description
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Provides support for font extensions.
-
Uses of FontFace in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type FontFaceModifier and TypeMethodDescriptionstatic HtmlFont
HtmlFont.getInstance
(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic) -
Uses of FontFace in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type FontFaceModifier and TypeMethodDescriptionprotected abstract String
BaseFontHelper.getFontPath
(FontFace fontFace) protected String
DocxFontHelper.getFontPath
(FontFace fontFace) protected String
PptxFontHelper.getFontPath
(FontFace fontFace) -
Uses of FontFace in net.sf.jasperreports.engine.fonts
Classes in net.sf.jasperreports.engine.fonts that implement FontFaceMethods in net.sf.jasperreports.engine.fonts that return FontFaceModifier and TypeMethodDescriptionFontFamily.getBoldFace()
SimpleFontFamily.getBoldFace()
FontFamily.getBoldItalicFace()
SimpleFontFamily.getBoldItalicFace()
FontInfo.getFontFace()
FontFamily.getItalicFace()
SimpleFontFamily.getItalicFace()
FontFamily.getNormalFace()
SimpleFontFamily.getNormalFace()
Methods in net.sf.jasperreports.engine.fonts with parameters of type FontFaceConstructors in net.sf.jasperreports.engine.fonts with parameters of type FontFace