Package | Description |
---|---|
org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
Modifier and Type | Class | Description |
---|---|---|
class |
CFFFontROS |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<CFFFont> |
CFFParser.parse(byte[] bytes) |
Parsing CFF Font using a byte array as input.
|
Modifier and Type | Method | Description |
---|---|---|
static byte[] |
AFMFormatter.format(CFFFont font) |
Deprecated.
Create font metric data for the given CFFFont.
|
static byte[] |
Type1FontFormatter.format(CFFFont font) |
Read and convert a given CFFFont.
|
Copyright © 2008–2018. All rights reserved.