| Package | Description |
|---|---|
| org.docx4j.fonts | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.autodetect |
A collection of classes that aid in the autodetection of installed system fonts.
|
| Modifier and Type | Field and Description |
|---|---|
protected static FontCache |
PhysicalFonts.fontCache |
| Modifier and Type | Method and Description |
|---|---|
FontCache |
FontManager.getFontCache()
Returns the font cache instance used by this font manager.
|
static FontCache |
FontCache.load()
Deprecated.
use
loadFrom(File) instead |
FontCache |
FontCacheManager.load()
Loads the font cache into memory from the given file.
|
static FontCache |
FontCache.loadFrom(File cacheFile)
Reads a font cache file and returns its contents.
|
| Modifier and Type | Method and Description |
|---|---|
EmbedFontInfo[] |
FontInfoFinder.find(URI fontURI,
InternalResourceResolver resourceResolver,
FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.
|
Copyright © 2007-2022. All Rights Reserved.