Uses of Interface
org.scilab.forge.jlatexmath.TeXFont
-
Packages that use TeXFont Package Description org.scilab.forge.jlatexmath -
-
Uses of TeXFont in org.scilab.forge.jlatexmath
Classes in org.scilab.forge.jlatexmath that implement TeXFont Modifier and Type Class Description class
DefaultTeXFont
The default implementation of the TeXFont-interface.Methods in org.scilab.forge.jlatexmath that return TeXFont Modifier and Type Method Description TeXFont
DefaultTeXFont. copy()
TeXFont
TeXFont. copy()
TeXFont
DefaultTeXFont. deriveFont(float size)
TeXFont
TeXFont. deriveFont(float pointSize)
Derives a newTeXFont
object with the given point sizeTeXFont
TeXEnvironment. getTeXFont()
TeXFont
DefaultTeXFont. scaleFont(float factor)
TeXFont
TeXFont. scaleFont(float factor)
Methods in org.scilab.forge.jlatexmath with parameters of type TeXFont Modifier and Type Method Description protected TeXEnvironment
TeXEnvironment. copy(TeXFont tf)
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)
Constructors in org.scilab.forge.jlatexmath with parameters of type TeXFont Constructor Description TeXEnvironment(int style, TeXFont tf)
TeXEnvironment(int style, TeXFont tf, int widthUnit, float textwidth)
-