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