Package | Description |
---|---|
org.apache.fontbox | |
org.apache.fontbox.cff |
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
|
org.apache.fontbox.encoding |
This package contains the implementations for all of the encodings that are used in PDF documents.
|
org.apache.fontbox.type1 |
This package holds classes used to parse Type1-Fonts.
|
org.apache.pdfbox.pdmodel.font.encoding |
Modifier and Type | Method and Description |
---|---|
Encoding |
EncodedFont.getEncoding()
Returns the PostScript Encoding vector for the font.
|
Modifier and Type | Class and Description |
---|---|
class |
CFFEncoding
A CFF Type 1-equivalent Encoding.
|
class |
CFFExpertEncoding
This is specialized CFFEncoding.
|
class |
CFFStandardEncoding
This is specialized CFFEncoding.
|
Modifier and Type | Class and Description |
---|---|
class |
BuiltInEncoding
A font's built-in encoding.
|
class |
MacRomanEncoding
This is the MacRomanEncoding.
|
class |
StandardEncoding
Adobe Standard Encoding
|
Modifier and Type | Method and Description |
---|---|
Encoding |
Type1Font.getEncoding()
Returns the Encoding, if present.
|
Modifier and Type | Method and Description |
---|---|
static Type1Encoding |
Type1Encoding.fromFontBox(Encoding encoding)
Creates an encoding from the given FontBox encoding.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.