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 intprivate intprotected org.apache.commons.logging.Loglogging instanceprivate intprivate List<OTFSubSetFile.BytesNumber> private int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate intexec(int b0, byte[] input, int curPos) intexec(int b0, InputStream data) intint[]getOperands(int numbers) voidprivate OTFSubSetFile.BytesNumberreadNumber(int b0, InputStream input) voidsetMaskLength(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
-