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 CharacterSetOrientationCharacterSet.characterSetOrientationThe collection of objects for each orientationprivate static final CharacterSetOrientation[]CharacterSetBuilder.EMPTY_CSO_ARRAYTemplate used to convert lists to arrays.Methods in org.apache.fop.afp.fonts that return CharacterSetOrientationModifier and TypeMethodDescriptionprivate 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 CharacterSetOrientationModifier and TypeMethodDescriptionvoidCharacterSet.addCharacterSetOrientation(CharacterSetOrientation cso) Add character set metric information for the different orientationsprivate voidCharacterSetBuilder.processFontIndex(StructuredFieldReader structuredFieldReader, CharacterSetOrientation cso, Map<String, 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.