Uses of Class
org.scilab.forge.jlatexmath.CharFont
-
Packages that use CharFont Package Description org.scilab.forge.jlatexmath -
-
Uses of CharFont in org.scilab.forge.jlatexmath
Methods in org.scilab.forge.jlatexmath that return CharFont Modifier and Type Method Description CharFontChar. getCharFont()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)CharFontDefaultTeXFont. getLigature(CharFont left, CharFont right)CharFontFontInfo. getLigature(char left, char right)CharFontTeXFont. getLigature(CharFont left, CharFont right)Get the ligature that replaces both characters (if any).CharFontFontInfo. getNextLarger(char ch)Methods in org.scilab.forge.jlatexmath that return types with arguments of type CharFont Modifier and Type Method Description java.util.Map<java.lang.String,CharFont>DefaultTeXFontParser. parseSymbolMappings()Methods in org.scilab.forge.jlatexmath with parameters of type CharFont Modifier and Type Method Description CharDefaultTeXFont. getChar(CharFont cf, int style)CharTeXFont. getChar(CharFont cf, int style)Get a Char-object for this specific character containing the metric informationfloatDefaultTeXFont. getKern(CharFont left, CharFont right, int style)floatTeXFont. getKern(CharFont left, CharFont right, int style)Get the kern value to be inserted between the given characters in the given style.CharFontDefaultTeXFont. getLigature(CharFont left, CharFont right)CharFontTeXFont. getLigature(CharFont left, CharFont right)Get the ligature that replaces both characters (if any).floatDefaultTeXFont. getSkew(CharFont cf, int style)floatTeXFont. 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.Constructors in org.scilab.forge.jlatexmath with parameters of type CharFont Constructor Description FixedCharAtom(CharFont c)
-