Interface FontSetFamily
-
- All Superinterfaces:
java.lang.Cloneable,JRCloneable
- All Known Implementing Classes:
SimpleFontSetFamily
public interface FontSetFamily extends JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getExcludedScripts()java.lang.StringgetFamilyName()java.util.List<java.lang.String>getIncludedScripts()booleanisPrimary()-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-