Class PDPanose


  • public class PDPanose
    extends java.lang.Object
    Represents the "Panose" entry of a FontDescriptor's Style dictionary. This is a sequence of 12 bytes which contain both the TTF sFamilyClass and PANOSE classification bytes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      PDPanose​(byte[] bytes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFamilyClass()
      The font family class and subclass ID bytes, given in the sFamilyClass field of the “OS/2” table in a TrueType font.
      PDPanoseClassification getPanose()
      Ten bytes for the PANOSE classification number for the font.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait