Package org.apache.fop.afp.modca
Class MapCodedFont.FontDefinition
- java.lang.Object
-
- org.apache.fop.afp.modca.MapCodedFont.FontDefinition
-
- Enclosing class:
- MapCodedFont
private static final class MapCodedFont.FontDefinition extends java.lang.Object
Private utility class used as a container for font attributes
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
characterSet
The character set of the fontprivate byte[]
codePage
The code page of the fontprivate byte
fontReferenceKey
The font reference keyprivate byte
orientation
The orientation of the fontprivate int
scale
The scale (only specified for outline fonts)
-
Constructor Summary
Constructors Modifier Constructor Description private
FontDefinition()
-
-
-
Field Detail
-
codePage
private byte[] codePage
The code page of the font
-
characterSet
private byte[] characterSet
The character set of the font
-
fontReferenceKey
private byte fontReferenceKey
The font reference key
-
orientation
private byte orientation
The orientation of the font
-
scale
private int scale
The scale (only specified for outline fonts)
-
-