Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.truetype |
Classes for TrueType fonts.
|
Modifier and Type | Method | Description |
---|---|---|
OpenFont.PostScriptVersion |
SingleByteFont.getTrueTypePostScriptVersion() |
Returns the version of the PostScript table stored in the TrueType font represented by
this instance.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SingleByteFont.setTrueTypePostScriptVersion(OpenFont.PostScriptVersion version) |
Sets the version of the PostScript table stored in the TrueType font represented by
this instance.
|
Modifier and Type | Method | Description |
---|---|---|
static OpenFont.PostScriptVersion |
OpenFont.PostScriptVersion.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OpenFont.PostScriptVersion[] |
OpenFont.PostScriptVersion.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.