Package | Description |
---|---|
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.fonts.substitute |
Font substitution facilities.
|
Modifier and Type | Method and Description |
---|---|
static void |
FontSetup.setup(FontInfo fontInfo)
Sets up a font info
|
void |
FontManager.setup(FontInfo fontInfo,
FontCollection[] fontCollections)
Sets up the fonts on a given FontInfo object.
|
static void |
FontSetup.setup(FontInfo fontInfo,
List embedFontInfoList,
FontResolver resolver)
Sets up the font info object.
|
int |
FontCollection.setup(int start,
FontInfo fontInfo)
Sets up fonts in a font info object.
|
int |
CustomFontCollection.setup(int num,
FontInfo fontInfo)
Sets up fonts in a font info object.
|
Modifier and Type | Method and Description |
---|---|
int |
Base14FontCollection.setup(int start,
FontInfo fontInfo)
Sets up fonts in a font info object.
|
Modifier and Type | Method and Description |
---|---|
void |
FontSubstitutions.adjustFontInfo(FontInfo fontInfo)
Adjusts a given fontInfo using this font substitution catalog
|
protected FontTriplet |
FontQualifier.bestMatch(FontInfo fontInfo)
Returns the highest priority matching font triplet found in a given font info
|
protected List |
FontQualifier.match(FontInfo fontInfo)
Returns a list of matching font triplet found in a given font info
|
Copyright © 2007-2019. All Rights Reserved.