Uses of Class
net.sf.jasperreports.engine.fonts.FontInfo
-
Packages that use FontInfo Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.fonts Provides support for font extensions.net.sf.jasperreports.engine.util 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 FontInfo Modifier and Type Method Description static 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 FontInfo Modifier and Type Method Description FontInfo
AwtFontAttribute. getFontInfo()
FontInfo
FontUtil. getFontInfo(String name, boolean ignoreCase, Locale locale)
Returns font information containing the font family, font face and font style.FontInfo
FontUtil. getFontInfo(String name, Locale locale)
Returns font information containing the font family, font face and font style, searching for names case sensitive.Methods in net.sf.jasperreports.engine.fonts with parameters of type FontInfo Modifier and Type Method Description protected Font
FontUtil. getAwtFont(FontInfo fontInfo, int style, float size, boolean ignoreMissingFont)
Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontInfo Constructor Description AwtFontAttribute(String family, FontInfo fontInfo)
-
Uses of FontInfo in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type FontInfo Modifier and Type Method Description protected void
JRStyledTextUtil. addFontRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex, FontInfo fontInfo)
-