Uses of Class
org.docx4j.fonts.fop.fonts.CustomFont
Packages that use CustomFont
Package
Description
Classes for font handling.
A collection of classes that aid in the autodetection of installed system fonts.
-
Uses of CustomFont in org.docx4j.fonts.fop.fonts
Subclasses of CustomFont in org.docx4j.fonts.fop.fontsModifier and TypeClassDescriptionclassclassAbstract base class for CID fonts.classGeneric MultiByte (CID) fontclassGeneric SingleByte fontFields in org.docx4j.fonts.fop.fonts declared as CustomFontModifier and TypeFieldDescriptionprotected CustomFontFontLoader.returnFontthe loaded fontprivate CustomFontXMLFontMetricsReader.returnFontDeprecated.Methods in org.docx4j.fonts.fop.fonts that return CustomFontModifier and TypeMethodDescriptionFontLoader.getFont()Returns the custom font that was read using this instance of FontLoader.static CustomFontFontLoader.loadFont(FontUris fontUris, String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resourceResolver, boolean simulateStyle, boolean embedAsType1) Loads a custom font from a URI. -
Uses of CustomFont in org.docx4j.fonts.fop.fonts.autodetect
Methods in org.docx4j.fonts.fop.fonts.autodetect with parameters of type CustomFontModifier and TypeMethodDescriptionprivate voidFontInfoFinder.generateTripletsFromFont(CustomFont customFont, Collection<FontTriplet> triplets) Attempts to determine FontTriplets from a given CustomFont.private EmbedFontInfoFontInfoFinder.getFontInfoFromCustomFont(URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver) Attempts to determine FontInfo from a given custom fontprivate StringFontInfoFinder.guessStyle(CustomFont customFont, String fontName) -
Uses of CustomFont in org.docx4j.fonts.fop.render.java2d
Constructors in org.docx4j.fonts.fop.render.java2d with parameters of type CustomFontModifierConstructorDescriptionCustomFontMetricsMapper(CustomFont fontMetrics) Construction of this class results in the immediate construction of the underlyingFont.