Class PDPanoseClassification


  • public class PDPanoseClassification
    extends java.lang.Object
    Represents a 10-byte PANOSE classification.
    • Field Detail

      • bytes

        private final byte[] bytes
    • Constructor Detail

      • PDPanoseClassification

        PDPanoseClassification​(byte[] bytes)
    • Method Detail

      • getFamilyKind

        public int getFamilyKind()
      • getSerifStyle

        public int getSerifStyle()
      • getWeight

        public int getWeight()
      • getProportion

        public int getProportion()
      • getContrast

        public int getContrast()
      • getStrokeVariation

        public int getStrokeVariation()
      • getArmStyle

        public int getArmStyle()
      • getLetterform

        public int getLetterform()
      • getMidline

        public int getMidline()
      • getXHeight

        public int getXHeight()
      • getBytes

        public byte[] getBytes()
      • toString

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