Uses of Class
org.apache.pdfbox.pdmodel.font.PDPanoseClassification
-
Packages that use PDPanoseClassification Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of PDPanoseClassification in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDPanoseClassification Modifier and Type Field Description private PDPanoseClassification
FileSystemFontProvider.FSFontInfo. panose
Methods in org.apache.pdfbox.pdmodel.font that return PDPanoseClassification Modifier and Type Method Description PDPanoseClassification
FileSystemFontProvider.FSFontInfo. getPanose()
abstract PDPanoseClassification
FontInfo. getPanose()
Returns the Panose classification of the font, if any.PDPanoseClassification
PDPanose. getPanose()
Ten bytes for the PANOSE classification number for the font.
-