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 HtmlFontFamilyHtmlFontFamily.getInstance(Locale locale, FontInfo fontInfo) protected StringAbstractHtmlExporter.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 FontInfoFontUtil.searchFontInfo(String name, boolean ignoreCase, Locale locale) Methods in net.sf.jasperreports.engine.fonts with parameters of type FontInfoModifier and TypeMethodDescriptionprotected FontFontUtil.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 voidJRStyledTextUtil.addFontRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute, Object> attributes, int startIndex, int endIndex, FontInfo fontInfo)