Class PDPanose

java.lang.Object
org.apache.pdfbox.pdmodel.font.PDPanose

public class PDPanose extends 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 Details

    • LENGTH

      public static final int LENGTH
      Length.
      See Also:
    • bytes

      private final byte[] bytes
  • Constructor Details

    • PDPanose

      public PDPanose(byte[] bytes)
  • Method Details