Uses of Class
org.docx4j.fonts.fop.fonts.CustomFont
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.render.java2d |
-
Uses of CustomFont in org.docx4j.fonts.fop.fonts
Subclasses of CustomFont in org.docx4j.fonts.fop.fonts Modifier and Type Class Description classCFFToType1FontclassCIDFontAbstract base class for CID fonts.classMultiByteFontGeneric MultiByte (CID) fontclassSingleByteFontGeneric SingleByte fontFields in org.docx4j.fonts.fop.fonts declared as CustomFont Modifier and Type Field Description protected CustomFontFontLoader. returnFontthe loaded fontMethods in org.docx4j.fonts.fop.fonts that return CustomFont Modifier and Type Method Description CustomFontFontLoader. getFont()Returns the custom font that was read using this instance of FontLoader.static CustomFontFontLoader. loadFont(FontUris fontUris, java.lang.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.render.java2d
Constructors in org.docx4j.fonts.fop.render.java2d with parameters of type CustomFont Constructor Description CustomFontMetricsMapper(CustomFont fontMetrics)Construction of this class results in the immediate construction of the underlyingFont.