Package org.apache.pdfbox.pdmodel.font
Class PDPanose
java.lang.Object
org.apache.pdfbox.pdmodel.font.PDPanose
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.
- Author:
- John Hewson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The font family class and subclass ID bytes, given in the sFamilyClass field of the ?OS/2? table in a TrueType font.Ten bytes for the PANOSE classification number for the font.
-
Constructor Details
-
PDPanose
public PDPanose(byte[] bytes)
-
-
Method Details
-
getFamilyClass
public int getFamilyClass()The font family class and subclass ID bytes, given in the sFamilyClass field of the ?OS/2? table in a TrueType font. -
getPanose
Ten bytes for the PANOSE classification number for the font.- See Also:
-