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 classDefaultTeXFontThe default implementation of the TeXFont-interface.Methods in org.scilab.forge.jlatexmath that return TeXFont Modifier and Type Method Description TeXFontDefaultTeXFont. copy()TeXFontTeXFont. copy()TeXFontDefaultTeXFont. deriveFont(float size)TeXFontTeXFont. deriveFont(float pointSize)Derives a newTeXFontobject with the given point sizeTeXFontTeXEnvironment. getTeXFont()TeXFontDefaultTeXFont. scaleFont(float factor)TeXFontTeXFont. scaleFont(float factor)Methods in org.scilab.forge.jlatexmath with parameters of type TeXFont Modifier and Type Method Description protected TeXEnvironmentTeXEnvironment. copy(TeXFont tf)CharFontCharAtom. getCharFont(TeXFont tf)abstract CharFontCharSymbol. getCharFont(TeXFont tf)Get the CharFont-object that uniquely identifies the character that is represented by this atom.CharFontDummy. getCharFont(TeXFont tf)This method will only be called if isCharSymbol returns true.CharFontFixedCharAtom. getCharFont(TeXFont tf)CharFontSymbolAtom. 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)
-