Uses of Class
net.sf.jasperreports.engine.fonts.AwtFontAttribute
Packages that use AwtFontAttribute
Package
Description
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Provides support for font extensions.
-
Uses of AwtFontAttribute in net.sf.jasperreports.engine.fill
Constructors in net.sf.jasperreports.engine.fill with parameters of type AwtFontAttributeModifierConstructorDescriptionFontKey(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 AwtFontAttributeModifier and TypeMethodDescriptionstatic AwtFontAttributeAwtFontAttribute.fromAttributes(Map<AttributedCharacterIterator.Attribute, Object> attributes) Methods in net.sf.jasperreports.engine.fonts with parameters of type AwtFontAttributeModifier and TypeMethodDescriptionFontUtil.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 AwtFontAttributeModifierConstructorDescriptionFontKey(AwtFontAttribute fontAttribute, boolean italic, boolean bold, Locale locale)