Uses of Class
org.apache.fop.afp.fonts.CharacterSetOrientation
-
Packages that use CharacterSetOrientation Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects. -
-
Uses of CharacterSetOrientation in org.apache.fop.afp.fonts
Fields in org.apache.fop.afp.fonts declared as CharacterSetOrientation Modifier and Type Field Description private CharacterSetOrientationCharacterSet. characterSetOrientationThe collection of objects for each orientationprivate static CharacterSetOrientation[]CharacterSetBuilder. EMPTY_CSO_ARRAYTemplate used to convert lists to arrays.Methods in org.apache.fop.afp.fonts that return CharacterSetOrientation Modifier and Type Method Description private CharacterSetOrientationCharacterSet. getCharacterSetOrientation()Helper method to return the current CharacterSetOrientation, note that FOP does not yet implement the "reference-orientation" attribute therefore we always use the orientation zero degrees, Other orientation information is captured for use by a future implementation (whenever FOP implement the mechanism).private CharacterSetOrientation[]CharacterSetBuilder. processFontOrientation(StructuredFieldReader structuredFieldReader)Process the font orientation details from using the structured field reader.Methods in org.apache.fop.afp.fonts with parameters of type CharacterSetOrientation Modifier and Type Method Description voidCharacterSet. addCharacterSetOrientation(CharacterSetOrientation cso)Add character set metric information for the different orientationsprivate voidCharacterSetBuilder. processFontIndex(StructuredFieldReader structuredFieldReader, CharacterSetOrientation cso, java.util.Map<java.lang.String,java.lang.String> codepage, CharacterSetBuilder.ValueNormalizer normalizer)private voidCharacterSetBuilder. processFontPosition(StructuredFieldReader structuredFieldReader, CharacterSetOrientation[] characterSetOrientations, CharacterSetBuilder.ValueNormalizer normalizer)Populate the CharacterSetOrientation object in the suplied array with the font position details using the supplied structured field reader.
-