Class Char

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

public class Char extends Object
Represents a character together with its font, font ID and metric information.
  • Constructor Details

    • Char

      public Char(char c, Font f, int fc, Metrics m)
  • Method Details

    • getCharFont

      public CharFont getCharFont()
    • getChar

      public char getChar()
    • getFont

      public Font getFont()
    • getFontCode

      public int getFontCode()
    • getWidth

      public float getWidth()
    • getItalic

      public float getItalic()
    • getHeight

      public float getHeight()
    • getDepth

      public float getDepth()
    • getMetrics

      public Metrics getMetrics()