Class Panose


  • public class Panose
    extends java.lang.Object
    • Constructor Detail

      • Panose

        public Panose​(byte[] panose)
        Creates new Panose
    • Method Detail

      • getFamilyType

        public byte getFamilyType()
      • getSerifStyle

        public byte getSerifStyle()
      • getWeight

        public byte getWeight()
      • getProportion

        public byte getProportion()
      • getContrast

        public byte getContrast()
      • getStrokeVariation

        public byte getStrokeVariation()
      • getArmStyle

        public byte getArmStyle()
      • getLetterForm

        public byte getLetterForm()
      • getMidline

        public byte getMidline()
      • getXHeight

        public byte getXHeight()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object