public interface PsFontDictionary
Modifier and Type | Method and Description |
---|---|
PsCharStringsDictionary |
getCharStringsDictionary()
(Required for Type1 fonts) Returns the CharStrings dictionary.
|
int[] |
getFontBbox()
(Required for Type1 and Type3 fonts) Returns the font bounding box, an array of four numbers in the character
coordinate system giving lower-left x, lower-left y, upper-right x, and upper-right y of the font bounding box.
|
PsFontInfoDictionary |
getFontInfoDictionary()
(Optional) Returns the FontInfo dictionary.
|
java.lang.String |
getFontName()
(Optional) Returns the /FontName for this font dictionary.
|
int |
getFontType()
(Required) Returns the font type for this font, one of 0 (composite), 1 (base font that defines character shapes
by using specially encoded procedures, or 3 (user-defined base font using BuildGlyph or BuildChar).
|
PsFontPrivateDictionary |
getPrivateDictionary()
(Required for Type1 fonts) Returns the Private dictionary.
|
int getFontType()
java.lang.String getFontName()
PsFontInfoDictionary getFontInfoDictionary()
int[] getFontBbox()
PsCharStringsDictionary getCharStringsDictionary()
PsFontPrivateDictionary getPrivateDictionary()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.