Uses of Class
org.scilab.forge.jlatexmath.CharFont

Packages that use CharFont
org.scilab.forge.jlatexmath   
 

Uses of CharFont in org.scilab.forge.jlatexmath
 

Methods in org.scilab.forge.jlatexmath that return CharFont
 CharFont Char.getCharFont()
           
 CharFont Dummy.getCharFont(TeXFont tf)
          This method will only be called if isCharSymbol returns true.
 CharFont SymbolAtom.getCharFont(TeXFont tf)
           
 CharFont FixedCharAtom.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 CharAtom.getCharFont(TeXFont tf)
           
 CharFont FontInfo.getLigature(char left, char right)
           
 CharFont TeXFont.getLigature(CharFont left, CharFont right)
          Get the ligature that replaces both characters (if any).
 CharFont DefaultTeXFont.getLigature(CharFont left, CharFont right)
           
 CharFont FontInfo.getNextLarger(char ch)
           
 

Methods in org.scilab.forge.jlatexmath that return types with arguments of type CharFont
 java.util.Map<java.lang.String,CharFont> DefaultTeXFontParser.parseSymbolMappings()
           
 

Methods in org.scilab.forge.jlatexmath with parameters of type CharFont
 Char TeXFont.getChar(CharFont cf, int style)
          Get a Char-object for this specific character containing the metric information
 Char DefaultTeXFont.getChar(CharFont cf, int style)
           
 float TeXFont.getKern(CharFont left, CharFont right, int style)
          Get the kern value to be inserted between the given characters in the given style.
 float DefaultTeXFont.getKern(CharFont left, CharFont right, int style)
           
 CharFont TeXFont.getLigature(CharFont left, CharFont right)
          Get the ligature that replaces both characters (if any).
 CharFont DefaultTeXFont.getLigature(CharFont left, CharFont right)
           
 float TeXFont.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.
 float DefaultTeXFont.getSkew(CharFont cf, int style)
           
 

Constructors in org.scilab.forge.jlatexmath with parameters of type CharFont
FixedCharAtom(CharFont c)