public abstract class CharSymbol extends Atom
alignment, type, type_limits
Constructor and Description |
---|
CharSymbol() |
Modifier and Type | Method and Description |
---|---|
abstract CharFont |
getCharFont(TeXFont tf)
Get the CharFont-object that uniquely identifies the character that is represented
by this atom.
|
boolean |
isMarkedAsTextSymbol()
Tests if this atom is marked as a text symbol (used by Msubsup)
|
void |
markAsTextSymbol()
Mark as text symbol (used by Dummy)
|
void |
removeMark()
Remove the mark so the atom remains unchanged (used by Dummy)
|
clone, createBox, getLeftType, getRightType
public void markAsTextSymbol()
public void removeMark()
public boolean isMarkedAsTextSymbol()