Uses of Class
org.docx4j.fonts.fop.fonts.FontUris
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
-
Uses of FontUris in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return FontUris Modifier and Type Method Description FontUrisEmbedFontInfo. getFontUris()Methods in org.docx4j.fonts.fop.fonts with parameters of type FontUris Modifier and Type Method Description 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.Constructors in org.docx4j.fonts.fop.fonts with parameters of type FontUris Constructor Description EmbedFontInfo(FontUris fontUris, boolean kerning, boolean advanced, java.util.List<FontTriplet> fontTriplets, java.lang.String subFontName)Main constructorEmbedFontInfo(FontUris fontUris, boolean kerning, boolean advanced, java.util.List<FontTriplet> fontTriplets, java.lang.String subFontName, EncodingMode encodingMode, EmbeddingMode embeddingMode, boolean simulateStyle, boolean embedAsType1)Main constructor -
Uses of FontUris in org.docx4j.fonts.fop.fonts.type1
Constructors in org.docx4j.fonts.fop.fonts.type1 with parameters of type FontUris Constructor Description Type1FontLoader(FontUris fontUris, boolean embedded, EmbeddingMode embeddingMode, boolean useKerning, InternalResourceResolver resourceResolver)Constructs a new Type 1 font loader.