Package org.scilab.forge.jlatexmath
Class Metrics
java.lang.Object
org.scilab.forge.jlatexmath.Metrics
Contains the metrics for 1 character: width, height, depth and italic correction.
-
Constructor Summary
Constructors -
Method Summary
-
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()
-