Package org.jpedal.parser
Class DecodeStatus
java.lang.Object
org.jpedal.parser.DecodeStatus
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
indicate if last decodePage() call had any issuesstatic final int
static final int
whether any fonts will almost certainly need hinting turned on -
Method Summary
-
Field Details
-
PageDecodingSuccessful
public static final int PageDecodingSuccessfulindicate if last decodePage() call had any issues- See Also:
-
ImagesProcessed
public static final int ImagesProcessed- See Also:
-
NonEmbeddedCIDFonts
public static final int NonEmbeddedCIDFonts- See Also:
-
TTHintingRequired
public static final int TTHintingRequiredwhether any fonts will almost certainly need hinting turned on- See Also:
-
TooManyShapes
public static final int TooManyShapes- See Also:
-