package net.sf.jasperreports.engine; public interface JRReportFont extends JRFont { String getName(); boolean isDefault(); }