Class Metrics

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

public class Metrics extends Object
Contains the metrics for 1 character: width, height, depth and italic correction.
  • Constructor Details

    • Metrics

      public Metrics(float w, float h, float d, float i, float factor, float size)
  • Method Details

    • getWidth

      public float getWidth()
    • getHeight

      public float getHeight()
    • getDepth

      public float getDepth()
    • getItalic

      public float getItalic()
    • getSize

      public float getSize()