Uses of Interface
org.scilab.forge.jlatexmath.TeXFont
Packages that use TeXFont
-
Uses of TeXFont in org.scilab.forge.jlatexmath
Classes in org.scilab.forge.jlatexmath that implement TeXFontModifier and TypeClassDescriptionclass
The default implementation of the TeXFont-interface.Methods in org.scilab.forge.jlatexmath that return TeXFontModifier and TypeMethodDescriptionDefaultTeXFont.copy()
TeXFont.copy()
DefaultTeXFont.deriveFont
(float size) TeXFont.deriveFont
(float pointSize) Derives a newTeXFont
object with the given point sizeTeXEnvironment.getTeXFont()
DefaultTeXFont.scaleFont
(float factor) TeXFont.scaleFont
(float factor) Methods in org.scilab.forge.jlatexmath with parameters of type TeXFontModifier and TypeMethodDescriptionprotected TeXEnvironment
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.Dummy.getCharFont
(TeXFont tf) This method will only be called if isCharSymbol returns true.FixedCharAtom.getCharFont
(TeXFont tf) SymbolAtom.getCharFont
(TeXFont tf) Constructors in org.scilab.forge.jlatexmath with parameters of type TeXFontModifierConstructorDescriptionTeXEnvironment
(int style, TeXFont tf) TeXEnvironment
(int style, TeXFont tf, int widthUnit, float textwidth)