Interface FontSet
-
- All Superinterfaces:
Cloneable
,JRCloneable
- All Known Implementing Classes:
SimpleFontSet
public interface FontSet extends JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExportFont(String key)
List<FontSetFamily>
getFamilies()
String
getName()
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getName
String getName()
-
getFamilies
List<FontSetFamily> getFamilies()
-
-