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.ObjectPrivate utility class used as a container for font attributes
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]characterSetThe character set of the fontprivate byte[]codePageThe code page of the fontprivate bytefontReferenceKeyThe font reference keyprivate byteorientationThe orientation of the fontprivate intscaleThe scale (only specified for outline fonts)
-
Constructor Summary
Constructors Modifier Constructor Description privateFontDefinition()
-
-
-
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)
-
-