Package | Description |
---|---|
org.apache.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PostscriptParser.PSDictionary |
An object representing a Postscript dictionary
|
class |
PostscriptParser.PSFixedArray |
An object representing a Postscript array with a fixed number of entries
|
class |
PostscriptParser.PSSubroutine |
An object representing a Postscript subroutine element
|
class |
PostscriptParser.PSVariable |
An object representing a Postscript variable
|
class |
PostscriptParser.PSVariableArray |
An object representing a Postscript array with a variable number of entries
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<PostscriptParser.PSElement> |
Type1SubsetFile.headerSection |
|
protected java.util.List<PostscriptParser.PSElement> |
Type1SubsetFile.mainSection |
Modifier and Type | Method | Description |
---|---|---|
PostscriptParser.PSElement |
PostscriptParser.createElement(java.lang.String operator,
java.lang.String elementID,
int startPoint) |
|
protected PostscriptParser.PSElement |
Type1SubsetFile.getElement(java.lang.String elementID,
java.util.List<PostscriptParser.PSElement> elements) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PostscriptParser.PSElement> |
PostscriptParser.parse(byte[] segment) |
Parses the postscript document and returns a list of elements
|
Modifier and Type | Method | Description |
---|---|---|
protected java.io.ByteArrayOutputStream |
Type1SubsetFile.writeHeader(PFBData pfbData,
PostscriptParser.PSElement encoding) |
|
protected java.io.ByteArrayOutputStream |
Type1SubsetFile.writeMainSection(byte[] decoded,
java.util.List<PostscriptParser.PSElement> mainSection,
PostscriptParser.PSElement charStrings) |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
Type1SubsetFile.findVariable(byte[] decoded,
java.util.List<PostscriptParser.PSElement> elements,
java.lang.String[] matches,
java.lang.String fallback) |
|
protected PostscriptParser.PSElement |
Type1SubsetFile.getElement(java.lang.String elementID,
java.util.List<PostscriptParser.PSElement> elements) |
|
protected java.io.ByteArrayOutputStream |
Type1SubsetFile.writeMainSection(byte[] decoded,
java.util.List<PostscriptParser.PSElement> mainSection,
PostscriptParser.PSElement charStrings) |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.