| Package | Description |
|---|---|
| org.docx4j.fonts | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
| org.docx4j.fonts.fop.render.java2d |
| Modifier and Type | Field and Description |
|---|---|
protected Typeface |
PhysicalFont.typeface |
| Modifier and Type | Method and Description |
|---|---|
Typeface |
PhysicalFont.getTypeface() |
| Modifier and Type | Class and Description |
|---|---|
class |
Base14Font
Base class for all Base 14 fonts.
|
class |
CFFToType1Font |
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
|
| Modifier and Type | Method and Description |
|---|---|
Typeface |
XMLFontMetricsReader.getFont()
Deprecated.
Get the generated font object
|
Typeface |
LazyFont.getRealFont()
Gets the real font.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Typeface> |
FontInfo.getFonts()
Gets a Map of all registered fonts.
|
Map<String,Typeface> |
FontInfo.getUsedFonts()
This is used by the renderers to retrieve all the
fonts used in the document.
|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFontMetricsMapper
FontMetricsMapper that delegates most methods to an underlying
FontMetrics instance. |
class |
SystemFontMetricsMapper
This class implements org.docx4j.fonts.fop.layout.FontMetrics and
is added to the hash table in FontInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Typeface |
CustomFontMetricsMapper.getRealFont() |
Copyright © 2007-2022. All Rights Reserved.