| 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 | Method and Description |
|---|---|
EmbedFontInfo |
PhysicalFont.getEmbedFontInfo() |
| Modifier and Type | Method and Description |
|---|---|
EmbedFontInfo[] |
FontCache.getFontInfos(String embedUrl,
long lastModified)
Returns the EmbedFontInfo instances belonging to a font file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FontCache.addFont(EmbedFontInfo fontInfo)
Adds a font info to cache
|
boolean |
FontCache.containsFont(EmbedFontInfo fontInfo)
is this font info in the cache?
|
protected static String |
FontCache.getCacheKey(EmbedFontInfo fontInfo)
creates a key given a font info for the font mapping
|
| Constructor and Description |
|---|
LazyFont(EmbedFontInfo fontInfo,
FontResolver resolver)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
EmbedFontInfo[] |
FontInfoFinder.find(URL fontUrl,
FontResolver resolver,
FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.
|
Copyright © 2007-2020. All Rights Reserved.