org.extex.font
Interface BackendCharacter


public interface BackendCharacter

Interface for a backend character.

Version:
$Revision: 5825 $
Author:
Michael Niedermair

Method Summary
 int getId()
          Returns the id of the character.
 java.lang.String getName()
          Returns the name of the character.
 

Method Detail

getId

int getId()
Returns the id of the character.

Returns:
the id.
Throws:
java.lang.UnsupportedOperationException - if no integer id is available for this font.

getName

java.lang.String getName()
Returns the name of the character.

Returns:
the name of the character.