| Package | Description |
|---|---|
| org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
| Modifier and Type | Method | Description |
|---|---|---|
IndexData |
CFFFont.getGlobalSubrIndex() |
Returns the global subroutine index data.
|
IndexData |
CFFFont.getLocalSubrIndex() |
Returns the local subroutine index data.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.Object> |
Type1CharStringParser.parse(byte[] bytes,
IndexData localSubrIndex) |
The given byte array will be parsed and converted to a Type1 sequence.
|
java.util.List<java.lang.Object> |
Type2CharStringParser.parse(byte[] bytes,
IndexData globalSubrIndex,
IndexData localSubrIndex) |
The given byte array will be parsed and converted to a Type2 sequence.
|
void |
CFFFont.setGlobalSubrIndex(IndexData globalSubrIndex) |
Sets the global subroutine index data.
|
void |
CFFFont.setLocalSubrIndex(IndexData localSubrIndex) |
Sets the local subroutine index data.
|
| Constructor | Description |
|---|---|
CharStringConverter(int defaultWidth,
int nominalWidth,
IndexData fontGlobalSubrIndex,
IndexData fontLocalSubrIndex) |
Deprecated.
Use
CharStringConverter(int, int) instead |
Copyright © 2008–2018. All rights reserved.