Package org.apache.fop.afp.modca
Class MapCodedFont.FontDefinition
java.lang.Object
org.apache.fop.afp.modca.MapCodedFont.FontDefinition
- Enclosing class:
MapCodedFont
Private utility class used as a container for font attributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
The character set of the fontprivate byte[]
The code page of the fontprivate byte
The font reference keyprivate byte
The orientation of the fontprivate int
The scale (only specified for outline fonts) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
codePage
private byte[] codePageThe code page of the font -
characterSet
private byte[] characterSetThe character set of the font -
fontReferenceKey
private byte fontReferenceKeyThe font reference key -
orientation
private byte orientationThe orientation of the font -
scale
private int scaleThe scale (only specified for outline fonts)
-
-
Constructor Details
-
FontDefinition
private FontDefinition()
-