org.extex.typesetter
Interface CharNodeBuilder
- All Known Implementing Classes:
- LoadableTfmFont, LoadableVfFont
public interface CharNodeBuilder
This interface describes the ability to convert a Unicode character into a
CharNode.
- Version:
- $Revision: 6146 $
- Author:
- Gerd Neugebauer
buildCharNode
CharNode buildCharNode(UnicodeChar uc,
TypesettingContext tc,
NodeFactory factory,
TypesettingContextFactory tcFactory)
- Create a node for a Unicode character. Note that the result can either be
a simple
CharNode or a
VirtualCharNode.
In the latter case a composition of several components can be contained.
- Parameters:
uc - the Unicode charactertc - the default typesetting context to usefactory - the factory to acquire new nodes fromtcFactory - the factor for new typesetting contexts
- Returns:
- the node for the character or
null if none can be
determined