Uses of Class
org.docx4j.fonts.fop.fonts.FontInfo
Packages that use FontInfo
Package
Description
Classes for font handling.
Base 14 fonts used for PDF and PostScript.
Font substitution facilities.
-
Uses of FontInfo in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts with parameters of type FontInfoModifier and TypeMethodDescriptionprivate static voidFontSetup.addConfiguredFonts(FontInfo fontInfo, List<EmbedFontInfo> embedFontInfoList, int num, InternalResourceResolver resourceResolver, boolean base14Kerning) Add fonts from configuration file starting with internal name F. intSets up fonts in a font info object.intSets up fonts in a font info object.voidFontManager.setup(FontInfo fontInfo, FontCollection[] fontCollections) Sets up the fonts on a given FontInfo object.static voidSets up a font infostatic voidFontSetup.setup(FontInfo fontInfo, 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 -
Uses of FontInfo in org.docx4j.fonts.fop.fonts.substitute
Methods in org.docx4j.fonts.fop.fonts.substitute with parameters of type FontInfoModifier and TypeMethodDescriptionvoidFontSubstitutions.adjustFontInfo(FontInfo fontInfo) Adjusts a given fontInfo using this font substitution catalogprotected FontTripletReturns the highest priority matching font triplet found in a given font infoprotected List<FontTriplet>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 FontInfoModifier and TypeMethodDescriptionprivate static voidInstalledFontCollection.addFontMetricsMapper(FontInfo fontInfo, String family, String fontKey, Java2DFontMetrics java2DFontMetrics, int style) private static voidInstalledFontCollection.addFontTriplet(FontInfo fontInfo, String fontName, String fontStyle, int fontWeight, String fontKey) intSets up fonts in a font info object.intSets up fonts in a font info object.intSets up fonts in a font info object.