Package org.apache.fop.fonts.truetype
Class OTFSubSetFile.Type2Parser
java.lang.Object
org.apache.fop.fonts.truetype.OTFSubSetFile.Type2Parser
- Enclosing class:
- OTFSubSetFile
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
protected org.apache.commons.logging.Log
logging instanceprivate int
private List<OTFSubSetFile.BytesNumber>
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
private int
exec
(int b0, byte[] input, int curPos) int
exec
(int b0, InputStream data) int
int[]
getOperands
(int numbers) void
private OTFSubSetFile.BytesNumber
readNumber
(int b0, InputStream input) void
setMaskLength
(int maskLength)
-
Field Details
-
log
protected org.apache.commons.logging.Log loglogging instance -
stack
-
hstemCount
private int hstemCount -
vstemCount
private int vstemCount -
lastOp
private int lastOp -
maskLength
private int maskLength
-
-
Constructor Details
-
Type2Parser
Type2Parser()
-
-
Method Details
-
pushOperand
-
popOperand
-
clearStack
public void clearStack() -
getOperands
public int[] getOperands(int numbers) -
setMaskLength
public void setMaskLength(int maskLength) -
getMaskLength
public int getMaskLength() -
exec
- Throws:
IOException
-
exec
- Throws:
IOException
-
readNumber
- Throws:
IOException
-