Class CharFont

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

public class CharFont extends Object
Represents a specific character in a specific font (identified by its font ID).
  • Field Details

    • c

      public char c
    • fontId

      public int fontId
    • boldFontId

      public int boldFontId
  • Constructor Details

    • CharFont

      public CharFont(char ch, int f)
    • CharFont

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