Class Metrics


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

      Constructors 
      Constructor Description
      Metrics​(float w, float h, float d, float i, float factor, float size)  
    • Constructor Detail

      • Metrics

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

      • getWidth

        public float getWidth()
      • getHeight

        public float getHeight()
      • getDepth

        public float getDepth()
      • getItalic

        public float getItalic()
      • getSize

        public float getSize()