java.lang.Cloneable
public class FixedCharAtom extends CharSymbol
alignment, type, type_limits
Constructor | Description |
---|---|
FixedCharAtom(CharFont c) |
Modifier and Type | Method | Description |
---|---|---|
Box |
createBox(TeXEnvironment env) |
Convert this atom into a
Box , using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ... |
CharFont |
getCharFont(TeXFont tf) |
Get the CharFont-object that uniquely identifies the character that is represented
by this atom.
|
clone, getLeftType, getRightType
isMarkedAsTextSymbol, markAsTextSymbol, removeMark
public FixedCharAtom(CharFont c)
public CharFont getCharFont(TeXFont tf)
CharSymbol
getCharFont
in class CharSymbol
tf
- the TeXFont containing all font related informationpublic Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...