Uses of Class
net.sf.jasperreports.engine.fonts.AwtFontAttribute
-
Packages that use AwtFontAttribute Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.fonts Provides support for font extensions.net.sf.jasperreports.pdf.classic -
-
Uses of AwtFontAttribute in net.sf.jasperreports.engine.fill
Constructors in net.sf.jasperreports.engine.fill with parameters of type AwtFontAttribute Constructor Description FontKey(AwtFontAttribute fontAttribute, float size, int style, Locale locale)
-
Uses of AwtFontAttribute in net.sf.jasperreports.engine.fonts
Methods in net.sf.jasperreports.engine.fonts that return AwtFontAttribute Modifier and Type Method Description static AwtFontAttribute
AwtFontAttribute. fromAttributes(Map<AttributedCharacterIterator.Attribute,Object> attributes)
Methods in net.sf.jasperreports.engine.fonts with parameters of type AwtFontAttribute Modifier and Type Method Description Font
FontUtil. getAwtFontFromBundles(AwtFontAttribute fontAttribute, int style, float size, Locale locale, boolean ignoreMissingFont)
-
Uses of AwtFontAttribute in net.sf.jasperreports.pdf.classic
Constructors in net.sf.jasperreports.pdf.classic with parameters of type AwtFontAttribute Constructor Description FontKey(AwtFontAttribute fontAttribute, boolean italic, boolean bold, Locale locale)
-