| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| Modifier and Type | Method and Description |
|---|---|
static Standard14Fonts.FontName |
Standard14Fonts.getMappedFontName(String fontName)
Returns the base name of the font which the given font name maps to.
|
static Standard14Fonts.FontName |
Standard14Fonts.FontName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Standard14Fonts.FontName[] |
Standard14Fonts.FontName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GeneralPath |
Standard14Fonts.getGlyphPath(Standard14Fonts.FontName baseName,
String glyphName)
Returns the path for the character with the given name for the specified Standard 14 font.
|
| Constructor and Description |
|---|
PDType1Font(Standard14Fonts.FontName baseFont)
Creates a Type 1 standard 14 font for embedding.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.