Uses of Class
org.apache.fop.afp.fonts.CharacterSetOrientation
Packages that use CharacterSetOrientation
Package
Description
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 CharacterSetOrientationModifier and TypeFieldDescriptionprivate CharacterSetOrientation
CharacterSet.characterSetOrientation
The collection of objects for each orientationprivate static final CharacterSetOrientation[]
CharacterSetBuilder.EMPTY_CSO_ARRAY
Template used to convert lists to arrays.Methods in org.apache.fop.afp.fonts that return CharacterSetOrientationModifier and TypeMethodDescriptionprivate 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 CharacterSetOrientationModifier and TypeMethodDescriptionvoid
CharacterSet.addCharacterSetOrientation
(CharacterSetOrientation cso) Add character set metric information for the different orientationsprivate void
CharacterSetBuilder.processFontIndex
(StructuredFieldReader structuredFieldReader, CharacterSetOrientation cso, Map<String, 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.