Uses of Class
org.docx4j.fonts.fop.fonts.Font
Packages that use Font
-
Uses of Font in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts with type parameters of type FontModifier and TypeFieldDescriptionprivate Map<FontTriplet,Map<Integer, Font>> FontInfo.fontInstanceCacheCache for Font instances.Methods in org.docx4j.fonts.fop.fonts that return FontModifier and TypeMethodDescriptionFontInfo.getFontInstance(FontTriplet triplet, int fontSize) Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size.FontInfo.getFontInstanceForAWTFont(Font awtFont) Returns a suitable internal font given an AWT Font instance.Methods in org.docx4j.fonts.fop.fonts that return types with arguments of type FontModifier and TypeMethodDescriptionprivate Map<FontTriplet,Map<Integer, Font>> FontInfo.getFontInstanceCache()