Package | Description |
---|---|
org.scilab.forge.jlatexmath |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTeXFont
The default implementation of the TeXFont-interface.
|
Modifier and Type | Method and Description |
---|---|
TeXFont |
DefaultTeXFont.copy() |
TeXFont |
TeXFont.copy() |
TeXFont |
DefaultTeXFont.deriveFont(float size) |
TeXFont |
TeXFont.deriveFont(float pointSize)
Derives a new
TeXFont object with the given point size |
TeXFont |
TeXEnvironment.getTeXFont() |
TeXFont |
DefaultTeXFont.scaleFont(float factor) |
TeXFont |
TeXFont.scaleFont(float factor) |
Modifier and Type | Method and Description |
---|---|
protected TeXEnvironment |
TeXEnvironment.copy(TeXFont tf) |
CharFont |
SymbolAtom.getCharFont(TeXFont tf) |
CharFont |
CharAtom.getCharFont(TeXFont tf) |
CharFont |
FixedCharAtom.getCharFont(TeXFont tf) |
CharFont |
Dummy.getCharFont(TeXFont tf)
This method will only be called if isCharSymbol returns true.
|
abstract CharFont |
CharSymbol.getCharFont(TeXFont tf)
Get the CharFont-object that uniquely identifies the character that is represented
by this atom.
|
Constructor and Description |
---|
TeXEnvironment(int style,
TeXFont tf) |
TeXEnvironment(int style,
TeXFont tf,
int widthUnit,
float textwidth) |