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. -
-
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.
-