Interface FontSource
-
- All Superinterfaces:
FontRecord
,java.io.Serializable
- All Known Implementing Classes:
AfmFontRecord
,PfmFontRecord
,TrueTypeFontRecord
public interface FontSource extends FontRecord
Creation-Date: 13.05.2007, 13:43:54- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFontSource()
Returns the file name used to load the font.boolean
isEmbeddable()
-
Methods inherited from interface org.pentaho.reporting.libraries.fonts.registry.FontRecord
getFamily, getIdentifier, isBold, isItalic, isOblique
-
-