Uses of Class
net.sf.jasperreports.engine.export.HtmlFontFamily
Packages that use HtmlFontFamily
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.
-
Uses of HtmlFontFamily in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export with type parameters of type HtmlFontFamilyModifier and TypeFieldDescriptionprotected Map<String, HtmlFontFamily> AbstractHtmlExporter.fontsToProcessMethods in net.sf.jasperreports.engine.export that return HtmlFontFamilyModifier and TypeMethodDescriptionHtmlFont.getFamily()static HtmlFontFamilyHtmlFontFamily.getInstance(Locale locale, FontInfo fontInfo) static HtmlFontFamilyHtmlFontFamily.getInstance(JasperReportsContext jasperReportsContext, String htmlFontFamilyId) Methods in net.sf.jasperreports.engine.export with parameters of type HtmlFontFamilyModifier and TypeMethodDescriptionvoidAbstractHtmlExporter.addFontFamily(HtmlFontFamily htmlFontFamily) static StringHtmlFontUtil.getFontCSSResourceName(HtmlFontFamily fontFamily) HtmlFontUtil.getHtmlFont(HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal) static HtmlFontHtmlFont.getInstance(HtmlFontFamily family, Locale locale, FontFace fontFace, boolean isBold, boolean isItalic) voidHtmlFontUtil.handleHtmlFont(HtmlResourceHandler cssResourceSaver, HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal) -
Uses of HtmlFontFamily in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type HtmlFontFamily