| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FontDescriptor
This interface enhances the font metrics interface with access methods to
value needed to register fonts in various target formats like PDF or
PostScript.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base14Font
Base class for all Base 14 fonts.
|
class |
CIDFont
Abstract base class for CID fonts.
|
class |
CustomFont
Abstract base class for custom fonts loaded from files, for example.
|
class |
LazyFont
This class is used to defer the loading of a font until it is really used.
|
class |
MultiByteFont
Generic MultiByte (CID) font
|
class |
SingleByteFont
Generic SingleByte font
|
class |
Typeface
Base class for font classes
|
| Modifier and Type | Method and Description |
|---|---|
FontMetrics |
Font.getFontMetrics()
Returns the associated font metrics object.
|
FontMetrics |
FontInfo.getMetricsFor(String fontName)
Returns the FontMetrics for a particular font
|
| Modifier and Type | Method and Description |
|---|---|
void |
FontInfo.addMetrics(String internalFontKey,
FontMetrics metrics)
Adds font metrics for a specific font.
|
| Constructor and Description |
|---|
Font(String key,
FontTriplet triplet,
FontMetrics met,
int fontSize)
Main constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Courier |
class |
CourierBold |
class |
CourierBoldOblique |
class |
CourierOblique |
class |
Helvetica |
class |
HelveticaBold |
class |
HelveticaBoldOblique |
class |
HelveticaOblique |
class |
Symbol |
class |
TimesBold |
class |
TimesBoldItalic |
class |
TimesItalic |
class |
TimesRoman |
class |
ZapfDingbats |
Copyright © 2007-2020. All Rights Reserved.