Interface FontSetFamily
-
- All Superinterfaces:
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 List<String>
getExcludedScripts()
String
getFamilyName()
List<String>
getIncludedScripts()
boolean
isPrimary()
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-