Package | Description |
---|---|
org.scilab.forge.jlatexmath |
Modifier and Type | Method | Description |
---|---|---|
CharFont |
Char.getCharFont() |
|
CharFont |
CharAtom.getCharFont(TeXFont tf) |
|
abstract CharFont |
CharSymbol.getCharFont(TeXFont tf) |
Get the CharFont-object that uniquely identifies the character that is represented
by this atom.
|
CharFont |
Dummy.getCharFont(TeXFont tf) |
This method will only be called if isCharSymbol returns true.
|
CharFont |
FixedCharAtom.getCharFont(TeXFont tf) |
|
CharFont |
SymbolAtom.getCharFont(TeXFont tf) |
|
CharFont |
DefaultTeXFont.getLigature(CharFont left,
CharFont right) |
|
CharFont |
FontInfo.getLigature(char left,
char right) |
|
CharFont |
TeXFont.getLigature(CharFont left,
CharFont right) |
Get the ligature that replaces both characters (if any).
|
CharFont |
FontInfo.getNextLarger(char ch) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,CharFont> |
DefaultTeXFontParser.parseSymbolMappings() |
Modifier and Type | Method | Description |
---|---|---|
Char |
DefaultTeXFont.getChar(CharFont cf,
int style) |
|
Char |
TeXFont.getChar(CharFont cf,
int style) |
Get a Char-object for this specific character containing the metric information
|
float |
DefaultTeXFont.getKern(CharFont left,
CharFont right,
int style) |
|
float |
TeXFont.getKern(CharFont left,
CharFont right,
int style) |
Get the kern value to be inserted between the given characters in the given style.
|
CharFont |
DefaultTeXFont.getLigature(CharFont left,
CharFont right) |
|
CharFont |
TeXFont.getLigature(CharFont left,
CharFont right) |
Get the ligature that replaces both characters (if any).
|
float |
DefaultTeXFont.getSkew(CharFont cf,
int style) |
|
float |
TeXFont.getSkew(CharFont cf,
int style) |
Get the kern amount of the character defined by the given CharFont followed by the
"skewchar" of it's font.
|
Constructor | Description |
---|---|
FixedCharAtom(CharFont c) |