Uses of Enum Class
org.apache.fop.fonts.EncodingMode
Packages that use EncodingMode
Package
Description
Classes for font handling.
Classes for TrueType fonts.
-
Uses of EncodingMode in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as EncodingModeModifier and TypeFieldDescriptionprivate final EncodingMode
EmbedFontInfo.encodingMode
the requested encoding mode for the fontprivate final EncodingMode
LazyFont.encodingMode
Methods in org.apache.fop.fonts that return EncodingModeModifier and TypeMethodDescriptionEmbedFontInfo.getEncodingMode()
Returns the requested encoding mode for this font.static EncodingMode
Returns theEncodingMode
by name.static EncodingMode
Returns the enum constant of this class with the specified name.static EncodingMode[]
EncodingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.fop.fonts with parameters of type EncodingModeModifier and TypeMethodDescriptionstatic CustomFont
FontLoader.loadFont
(FontUris fontUris, 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 EncodingModeModifierConstructorDescriptionEmbedFontInfo
(FontUris fontUris, boolean kerning, boolean advanced, List<FontTriplet> fontTriplets, 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 EncodingModeConstructors in org.apache.fop.fonts.truetype with parameters of type EncodingModeModifierConstructorDescriptionOFFontLoader
(URI fontFileURI, 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.