org.extex.font
Interface BaseFont

All Known Subinterfaces:
ExtexFont, LoadableFont
All Known Implementing Classes:
LoadableAfmFont, LoadableTfmFont, LoadableVfFont, LoadableXtfFont, NullExtexFont

public interface BaseFont

Interface for the font.

Version:
$Revision: 5825 $
Author:
Michael Niedermair

Method Summary
 FontKey getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey getFontKey()
          Returns the FontKey for this font.
 

Method Detail

getActualFontKey

FontKey getActualFontKey()
Returns the actual FontKey for this font after a font substitution.

Returns:
Returns the actual FontKey for this font.

getFontKey

FontKey getFontKey()
Returns the FontKey for this font.

Returns:
Returns the FontKey for this font.