| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.render.java2d |
| Modifier and Type | Class and Description |
|---|---|
class |
CFFToType1Font |
class |
CIDFont
Abstract base class for CID fonts.
|
class |
MultiByteFont
Generic MultiByte (CID) font
|
class |
SingleByteFont
Generic SingleByte font
|
| Modifier and Type | Field and Description |
|---|---|
protected CustomFont |
FontLoader.returnFont
the loaded font
|
| Modifier and Type | Method and Description |
|---|---|
CustomFont |
FontLoader.getFont()
Returns the custom font that was read using this instance of FontLoader.
|
static CustomFont |
FontLoader.loadFont(FontUris fontUris,
String subFontName,
boolean embedded,
EmbeddingMode embeddingMode,
EncodingMode encodingMode,
boolean useKerning,
boolean useAdvanced,
InternalResourceResolver resourceResolver,
boolean simulateStyle,
boolean embedAsType1)
Loads a custom font from a URI.
|
| Constructor and Description |
|---|
CustomFontMetricsMapper(CustomFont fontMetrics)
Construction of this class results in the immediate construction
of the underlying
Font. |
Copyright © 2007-2022. All Rights Reserved.