Class PDPanose
- java.lang.Object
-
- com.tom_roush.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.
-
-
Constructor Summary
Constructors Constructor Description PDPanose(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFamilyClass()The font family class and subclass ID bytes, given in the sFamilyClass field of the “OS/2” table in a TrueType font.PDPanoseClassificationgetPanose()Ten bytes for the PANOSE classification number for the font.
-
-
-
Method Detail
-
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
public PDPanoseClassification getPanose()
Ten bytes for the PANOSE classification number for the font.- See Also:
- http://www.monotype.com/services/pan1
-
-