Uses of Class
org.docx4j.fonts.fop.fonts.FontInfo
| 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.
|
| org.docx4j.fonts.fop.render.java2d |
-
Uses of FontInfo in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts with parameters of type FontInfo Modifier and Type Method Description intCustomFontCollection. setup(int num, FontInfo fontInfo)Sets up fonts in a font info object.intFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.voidFontManager. setup(FontInfo fontInfo, FontCollection[] fontCollections)Sets up the fonts on a given FontInfo object.static voidFontSetup. setup(FontInfo fontInfo, boolean base14Kerning)Sets up a font infostatic voidFontSetup. setup(FontInfo fontInfo, java.util.List embedFontInfoList, InternalResourceResolver resourceResolver, boolean base14Kerning)Sets up the font info object. -
Uses of FontInfo in org.docx4j.fonts.fop.fonts.base14
Methods in org.docx4j.fonts.fop.fonts.base14 with parameters of type FontInfo Modifier and Type Method Description intBase14FontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object. -
Uses of FontInfo in org.docx4j.fonts.fop.fonts.substitute
Methods in org.docx4j.fonts.fop.fonts.substitute with parameters of type FontInfo Modifier and Type Method Description voidFontSubstitutions. adjustFontInfo(FontInfo fontInfo)Adjusts a given fontInfo using this font substitution catalogprotected FontTripletFontQualifier. bestMatch(FontInfo fontInfo)Returns the highest priority matching font triplet found in a given font infoprotected java.util.List<FontTriplet>FontQualifier. match(FontInfo fontInfo)Returns a list of matching font triplet found in a given font info -
Uses of FontInfo in org.docx4j.fonts.fop.render.java2d
Methods in org.docx4j.fonts.fop.render.java2d with parameters of type FontInfo Modifier and Type Method Description intBase14FontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.intConfiguredFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.intInstalledFontCollection. setup(int start, FontInfo fontInfo)Sets up fonts in a font info object.