Class PDPanoseClassification
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.font.PDPanoseClassification
-
- All Implemented Interfaces:
Serializable
public class PDPanoseClassification extends Object implements Serializable
Represents a 10-byte PANOSE classification.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetArmStyle()intgetContrast()intgetFamilyKind()intgetLetterform()intgetMidline()intgetProportion()intgetSerifStyle()intgetStrokeVariation()intgetWeight()intgetXHeight()StringtoString()
-
-
-
Method Detail
-
getFamilyKind
public int getFamilyKind()
-
getSerifStyle
public int getSerifStyle()
-
getWeight
public int getWeight()
-
getProportion
public int getProportion()
-
getContrast
public int getContrast()
-
getStrokeVariation
public int getStrokeVariation()
-
getArmStyle
public int getArmStyle()
-
getLetterform
public int getLetterform()
-
getMidline
public int getMidline()
-
getXHeight
public int getXHeight()
-
-