org.extex.typesetter.tc.font
Interface ModifiableFont

All Superinterfaces:
Font, java.io.Serializable
All Known Implementing Classes:
FontImpl

public interface ModifiableFont
extends Font

This interface descries the ability to receive an internal font.

Version:
$Revision: 5573 $
Author:
Gerd Neugebauer

Method Summary
 void setFont(ExtexFont font)
          Setter for the font.
 
Methods inherited from interface org.extex.typesetter.tc.font.Font
getActualFontKey, getActualSize, getCheckSum, getDepth, getDesignSize, getEfCode, getEm, getEx, getFontDimen, getFontKey, getFontName, getHeight, getHyphenChar, getItalicCorrection, getKerning, getLigature, getScaleFactor, getSkewChar, getSpace, getWidth, hasGlyph, setEfCode, setFontDimen, setHyphenChar, setSkewChar
 

Method Detail

setFont

void setFont(ExtexFont font)
Setter for the font.

Parameters:
font - the font to set