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.
|
Modifier and Type | Method and Description |
---|---|
static HtmlFontFamily |
HtmlFontFamily.getInstance(Locale locale,
FontInfo fontInfo) |
static HtmlFont |
HtmlFont.getInstance(Locale locale,
FontInfo fontInfo,
boolean isBold,
boolean isItalic)
Deprecated.
|
protected String |
AbstractHtmlExporter.handleFont(FontInfo fontInfo,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
FontInfo |
AwtFontAttribute.getFontInfo() |
FontInfo |
FontUtil.getFontInfo(String name,
Locale locale)
Returns font information containing the font family, font face and font style.
|
FontInfo |
FontUtil.getFontInfoIgnoreCase(String name,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected Font |
FontUtil.getAwtFont(FontInfo fontInfo,
int style,
float size,
boolean ignoreMissingFont) |
Constructor and Description |
---|
AwtFontAttribute(String family,
FontInfo fontInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRStyledTextUtil.addFontRun(List<JRStyledText.Run> newRuns,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
int startIndex,
int endIndex,
FontInfo fontInfo) |
Copyright © 2017. All rights reserved.