Package org.jpedal.parser
Class DecodeStatus
- java.lang.Object
-
- org.jpedal.parser.DecodeStatus
-
public final class DecodeStatus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ImagesProcessed
static int
NonEmbeddedCIDFonts
static int
PageDecodingSuccessful
indicate if last decodePage() call had any issuesstatic int
TooManyShapes
static int
TTHintingRequired
whether any fonts will almost certainly need hinting turned on
-
-
-
Field Detail
-
PageDecodingSuccessful
public static final int PageDecodingSuccessful
indicate if last decodePage() call had any issues- See Also:
- Constant Field Values
-
ImagesProcessed
public static final int ImagesProcessed
- See Also:
- Constant Field Values
-
NonEmbeddedCIDFonts
public static final int NonEmbeddedCIDFonts
- See Also:
- Constant Field Values
-
TTHintingRequired
public static final int TTHintingRequired
whether any fonts will almost certainly need hinting turned on- See Also:
- Constant Field Values
-
TooManyShapes
public static final int TooManyShapes
- See Also:
- Constant Field Values
-
-