Uses of Class
net.sf.jasperreports.engine.fonts.FontInfo
Packages that use FontInfo
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 support for font extensions.
Contains utility classes for the core library.
-
Uses of FontInfo in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type FontInfoModifier and TypeMethodDescriptionstatic HtmlFontFamily
HtmlFontFamily.getInstance
(Locale locale, FontInfo fontInfo) protected String
AbstractHtmlExporter.handleFont
(FontInfo fontInfo, Locale locale) -
Uses of FontInfo in net.sf.jasperreports.engine.fonts
Methods in net.sf.jasperreports.engine.fonts that return FontInfoModifier and TypeMethodDescriptionAwtFontAttribute.getFontInfo()
FontUtil.getFontInfo
(String name, boolean ignoreCase, Locale locale) Returns font information containing the font family, font face and font style.FontUtil.getFontInfo
(String name, Locale locale) Returns font information containing the font family, font face and font style, searching for names case sensitive.protected FontInfo
FontUtil.searchFontInfo
(String name, boolean ignoreCase, Locale locale) Methods in net.sf.jasperreports.engine.fonts with parameters of type FontInfoModifier and TypeMethodDescriptionprotected Font
FontUtil.getAwtFont
(FontInfo fontInfo, int style, float size, boolean ignoreMissingFont) Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontInfo -
Uses of FontInfo in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type FontInfoModifier and TypeMethodDescriptionprotected void
JRStyledTextUtil.addFontRun
(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute, Object> attributes, int startIndex, int endIndex, FontInfo fontInfo)