Uses of Class
net.sf.jasperreports.engine.fonts.FontSetFamilyInfo
-
Packages that use FontSetFamilyInfo Package Description net.sf.jasperreports.engine.fonts Provides support for font extensions. -
-
Uses of FontSetFamilyInfo in net.sf.jasperreports.engine.fonts
Methods in net.sf.jasperreports.engine.fonts that return FontSetFamilyInfo Modifier and Type Method Description FontSetFamilyInfo
FontSetInfo. getPrimaryFamily()
Methods in net.sf.jasperreports.engine.fonts that return types with arguments of type FontSetFamilyInfo Modifier and Type Method Description List<FontSetFamilyInfo>
FontSetInfo. getFamilies()
Constructors in net.sf.jasperreports.engine.fonts with parameters of type FontSetFamilyInfo Constructor Description FontSetInfo(FontSet fontSet, FontSetFamilyInfo primaryFamily, List<FontSetFamilyInfo> families)
Constructor parameters in net.sf.jasperreports.engine.fonts with type arguments of type FontSetFamilyInfo Constructor Description FontSetInfo(FontSet fontSet, FontSetFamilyInfo primaryFamily, List<FontSetFamilyInfo> families)
-