public class PDPanoseClassification extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LENGTH
Length.
|
Constructor and Description |
---|
PDPanoseClassification(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
int |
getArmStyle() |
byte[] |
getBytes() |
int |
getContrast() |
int |
getFamilyKind() |
int |
getLetterform() |
int |
getMidline() |
int |
getProportion() |
int |
getSerifStyle() |
int |
getStrokeVariation() |
int |
getWeight() |
int |
getXHeight() |
String |
toString() |
public static final int LENGTH
public int getFamilyKind()
public int getSerifStyle()
public int getWeight()
public int getProportion()
public int getContrast()
public int getStrokeVariation()
public int getArmStyle()
public int getLetterform()
public int getMidline()
public int getXHeight()
public byte[] getBytes()
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.