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.
|
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 |
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 |
FontReader.getFont()
Get the generated font object
|
Typeface |
LazyFont.getRealFont()
Gets the real font.
|
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-2019. All Rights Reserved.