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 CharacterSetOrientation
CharacterSet. characterSetOrientation
The collection of objects for each orientationprivate static CharacterSetOrientation[]
CharacterSetBuilder. EMPTY_CSO_ARRAY
Template used to convert lists to arrays.Methods in org.apache.fop.afp.fonts that return CharacterSetOrientation Modifier and Type Method Description private CharacterSetOrientation
CharacterSet. 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 void
CharacterSet. addCharacterSetOrientation(CharacterSetOrientation cso)
Add character set metric information for the different orientationsprivate void
CharacterSetBuilder. processFontIndex(StructuredFieldReader structuredFieldReader, CharacterSetOrientation cso, java.util.Map<java.lang.String,java.lang.String> codepage, CharacterSetBuilder.ValueNormalizer normalizer)
private void
CharacterSetBuilder. 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.
-