Package | Description |
---|---|
org.scilab.forge.jlatexmath |
Modifier and Type | Method | Description |
---|---|---|
Char |
Extension.getBottom() |
|
Char |
DefaultTeXFont.getChar(char c,
java.lang.String textStyle,
int style) |
|
Char |
DefaultTeXFont.getChar(java.lang.String symbolName,
int style) |
|
Char |
DefaultTeXFont.getChar(CharFont cf,
int style) |
|
Char |
TeXFont.getChar(char c,
java.lang.String textStyle,
int style) |
Get a Char-object specifying the given character in the given text style with
metric information depending on the given "style".
|
Char |
TeXFont.getChar(java.lang.String name,
int style) |
Get a Char-object for the given symbol with metric information depending on
"style".
|
Char |
TeXFont.getChar(CharFont cf,
int style) |
Get a Char-object for this specific character containing the metric information
|
Char |
DefaultTeXFont.getDefaultChar(char c,
int style) |
|
Char |
TeXFont.getDefaultChar(char c,
int style) |
Get a Char-object specifying the given character in the default text style with
metric information depending on the given "style".
|
Char |
Extension.getMiddle() |
|
Char |
DefaultTeXFont.getNextLarger(Char c,
int style) |
|
Char |
TeXFont.getNextLarger(Char c,
int style) |
Get the next larger version of the given character.
|
Char |
Extension.getRepeat() |
|
Char |
Extension.getTop() |
Modifier and Type | Method | Description |
---|---|---|
Extension |
DefaultTeXFont.getExtension(Char c,
int style) |
|
Extension |
TeXFont.getExtension(Char c,
int style) |
Get an Extension-object for the given Char containing the 4 possible parts to
build an arbitrary large variant.
|
Char |
DefaultTeXFont.getNextLarger(Char c,
int style) |
|
Char |
TeXFont.getNextLarger(Char c,
int style) |
Get the next larger version of the given character.
|
boolean |
DefaultTeXFont.hasNextLarger(Char c) |
|
boolean |
TeXFont.hasNextLarger(Char c) |
|
boolean |
DefaultTeXFont.isExtensionChar(Char c) |
|
boolean |
TeXFont.isExtensionChar(Char c) |
Constructor | Description |
---|---|
CharBox(Char c) |
Create a new CharBox that will represent the character defined by the given
Char-object.
|
Extension(Char t,
Char m,
Char r,
Char b) |