Uses of Class
org.apache.fop.fonts.EncodingMode
-
Packages that use EncodingMode Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
Uses of EncodingMode in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as EncodingMode Modifier and Type Field Description private EncodingMode
EmbedFontInfo. encodingMode
the requested encoding mode for the fontprivate EncodingMode
LazyFont. encodingMode
Methods in org.apache.fop.fonts that return EncodingMode Modifier and Type Method Description EncodingMode
EmbedFontInfo. getEncodingMode()
Returns the requested encoding mode for this font.static EncodingMode
EncodingMode. getValue(java.lang.String name)
Returns theEncodingMode
by name.static EncodingMode
EncodingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EncodingMode[]
EncodingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.fonts with parameters of type EncodingMode Modifier and Type Method Description static CustomFont
FontLoader. loadFont(FontUris fontUris, java.lang.String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resourceResolver, boolean simulateStyle, boolean embedAsType1, boolean useSVG)
Loads a custom font from a URI.Constructors in org.apache.fop.fonts with parameters of type EncodingMode Constructor Description EmbedFontInfo(FontUris fontUris, boolean kerning, boolean advanced, java.util.List<FontTriplet> fontTriplets, java.lang.String subFontName, EncodingMode encodingMode, EmbeddingMode embeddingMode, boolean simulateStyle, boolean embedAsType1, boolean useSVG)
Main constructor -
Uses of EncodingMode in org.apache.fop.fonts.truetype
Fields in org.apache.fop.fonts.truetype declared as EncodingMode Modifier and Type Field Description private EncodingMode
OFFontLoader. encodingMode
Constructors in org.apache.fop.fonts.truetype with parameters of type EncodingMode Constructor Description OFFontLoader(java.net.URI fontFileURI, java.lang.String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resolver, boolean simulateStyle, boolean embedAsType1, boolean useSVG)
Additional constructor for TrueType Collections.
-