Uses of Class
org.docx4j.fonts.fop.fonts.EmbedFontInfo
| 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.
|
| org.docx4j.fonts.fop.render.java2d |
-
Uses of EmbedFontInfo in org.docx4j.fonts
Methods in org.docx4j.fonts that return EmbedFontInfo Modifier and Type Method Description EmbedFontInfoPhysicalFont. getEmbedFontInfo() -
Uses of EmbedFontInfo in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return EmbedFontInfo Modifier and Type Method Description EmbedFontInfo[]FontCache. getFontInfos(java.lang.String embedUrl, long lastModified)Returns the EmbedFontInfo instances belonging to a font file.Methods in org.docx4j.fonts.fop.fonts that return types with arguments of type EmbedFontInfo Modifier and Type Method Description java.util.List<EmbedFontInfo>DefaultFontConfigurator. configure(FontConfig fontInfoConfig)Initializes font info settings from the user configurationMethods in org.docx4j.fonts.fop.fonts with parameters of type EmbedFontInfo Modifier and Type Method Description voidFontCache. addFont(EmbedFontInfo fontInfo, InternalResourceResolver resourceResolver)Adds a font info to cachebooleanFontCache. containsFont(EmbedFontInfo fontInfo)is this font info in the cache?protected static java.lang.StringFontCache. getCacheKey(EmbedFontInfo fontInfo)creates a key given a font info for the font mappingMethod parameters in org.docx4j.fonts.fop.fonts with type arguments of type EmbedFontInfo Modifier and Type Method Description voidFontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)Detect fonts from the operating system via FOPs autodetect mechanism.voidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontManager. updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList)Updates the referenced font list using the FontManager's referenced fonts matcher (FontManager.getReferencedFontsMatcher()).voidFontManager. updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher)Updates the referenced font list.Constructors in org.docx4j.fonts.fop.fonts with parameters of type EmbedFontInfo Constructor Description LazyFont(EmbedFontInfo fontInfo, InternalResourceResolver resourceResolver, boolean useComplexScripts)Main constructorConstructor parameters in org.docx4j.fonts.fop.fonts with type arguments of type EmbedFontInfo Constructor Description CustomFontCollection(InternalResourceResolver fontResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)Main constructor. -
Uses of EmbedFontInfo in org.docx4j.fonts.fop.fonts.autodetect
Methods in org.docx4j.fonts.fop.fonts.autodetect that return EmbedFontInfo Modifier and Type Method Description EmbedFontInfo[]FontInfoFinder. find(java.net.URI fontURI, InternalResourceResolver resourceResolver, FontCache fontCache)Attempts to determine EmbedFontInfo from a given font file. -
Uses of EmbedFontInfo in org.docx4j.fonts.fop.render.java2d
Constructor parameters in org.docx4j.fonts.fop.render.java2d with type arguments of type EmbedFontInfo Constructor Description ConfiguredFontCollection(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures)Main constructor