Uses of Class
org.apache.fop.afp.fonts.CharacterSetType
-
Packages that use CharacterSetType Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.org.apache.fop.render.afp 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 CharacterSetType Modifier and Type Method Description static CharacterSetType
CharacterSetType. valueOf(java.lang.String name)
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 CharacterSetType Modifier and Type Method Description CharacterSet
CharacterSetBuilder. buildDBCS(java.lang.String characterSetName, java.lang.String codePageName, java.lang.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(java.lang.String characterSetName, java.lang.String codePageName, java.lang.String encoding, CharacterSetType charsetType, AFPResourceAccessor accessor, AFPEventProducer eventProducer)
Constructors in org.apache.fop.afp.fonts with parameters of type CharacterSetType Constructor Description CharacterSet(java.lang.String codePage, java.lang.String encoding, CharacterSetType charsetType, java.lang.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 CharacterSetType Modifier and Type Field Description private CharacterSetType
AFPFontConfig.CIDKeyedFontConfig. charsetType
Constructors in org.apache.fop.render.afp with parameters of type CharacterSetType Constructor Description CIDKeyedFontConfig(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codePage, java.lang.String encoding, java.lang.String characterset, java.lang.String name, CharacterSetType charsetType, boolean embeddable, java.lang.String uri)
-