Uses of Enum
org.apache.fop.afp.fonts.CharacterSetType
Packages that use CharacterSetType
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
An AFP Renderer implementation and supporting classes.
-
Uses of CharacterSetType in org.apache.fop.afp.fonts
Methods in org.apache.fop.afp.fonts that return CharacterSetTypeModifier and TypeMethodDescriptionstatic CharacterSetType
Returns the enum constant of this type with the specified name.static CharacterSetType[]
CharacterSetType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.afp.fonts with parameters of type CharacterSetTypeModifier and TypeMethodDescriptionCharacterSetBuilder.buildDBCS
(String characterSetName, String codePageName, String encoding, CharacterSetType charsetType, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Load the font details and metrics into the CharacterSetMetric object, this will use the actual afp code page and character set files to load the object with the necessary metrics.private CharacterSet
CharacterSetBuilder.processFont
(String characterSetName, String codePageName, String encoding, CharacterSetType charsetType, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Constructors in org.apache.fop.afp.fonts with parameters of type CharacterSetTypeModifierConstructorDescription(package private)
CharacterSet
(String codePage, String encoding, CharacterSetType charsetType, String name, AFPResourceAccessor accessor, AFPEventProducer eventProducer) Constructor for the CharacterSetMetric object, the character set is used to load the font information from the actual AFP font. -
Uses of CharacterSetType in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as CharacterSetTypeModifier and TypeFieldDescriptionprivate final CharacterSetType
AFPFontConfig.CIDKeyedFontConfig.charsetType
Constructors in org.apache.fop.render.afp with parameters of type CharacterSetTypeModifierConstructorDescriptionprivate
CIDKeyedFontConfig
(List<FontTriplet> triplets, String type, String codePage, String encoding, String characterset, String name, CharacterSetType charsetType, boolean embeddable, String uri)