org.scilab.forge.jlatexmath
Class CharFont

java.lang.Object
  extended by org.scilab.forge.jlatexmath.CharFont

public class CharFont
extends java.lang.Object

Represents a specific character in a specific font (identified by its font ID).


Field Summary
 int boldFontId
           
 char c
           
 int fontId
           
 
Constructor Summary
CharFont(char ch, int f)
           
CharFont(char ch, int f, int bf)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public char c

fontId

public int fontId

boldFontId

public int boldFontId
Constructor Detail

CharFont

public CharFont(char ch,
                int f)

CharFont

public CharFont(char ch,
                int f,
                int bf)