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.
|
-
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 with parameters of type EmbedFontInfo Modifier and Type Method Description voidFontCache. addFont(EmbedFontInfo fontInfo)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 mappingConstructors in org.docx4j.fonts.fop.fonts with parameters of type EmbedFontInfo Constructor Description LazyFont(EmbedFontInfo fontInfo, FontResolver resolver)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.URL fontUrl, FontResolver resolver, FontCache fontCache)Attempts to determine EmbedFontInfo from a given font file.