|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Panose | |
---|---|
org.foray.font | Classes providing read-only access to font files and system font classes. |
org.foray.font.config | Classes related to the configuration of the font subsystem and registration of fonts in it. |
org.foray.font.format | Classes handling the low-level details of specific font formats, such as Type 1, TrueType, Adobe Font Metrics, etc. |
org.foray.font.format.ttf | Classes handling the parsing and content of TrueType fonts. |
Uses of Panose in org.foray.font |
---|
Methods in org.foray.font that return Panose | |
---|---|
Panose |
FreeStandingFont.getPanoseInstance()
Returns this font's Panose instance. |
Methods in org.foray.font with parameters of type Panose | |
---|---|
protected void |
FreeStandingFont.setPanose(Panose panose)
Sets the Panose value for this font. |
Uses of Panose in org.foray.font.config |
---|
Methods in org.foray.font.config that return Panose | |
---|---|
Panose |
RegisteredFont.getPanose()
Returns the Panose instance, if any, that should be used to evaluate this font description. |
Uses of Panose in org.foray.font.format |
---|
Methods in org.foray.font.format that return Panose | |
---|---|
static Panose |
Panose.forceInstance(byte[] panoseArray)
Creates a new Panose instance without any error checking. |
Panose |
Panose.getBold()
Returns the bold version of this Panose instance. |
Panose |
Panose.getItalic()
Returns the italic version of this Panose instance. |
static Panose |
Panose.makeInstance(byte[] panoseArray)
Creates a new Panose instance, first checking it for validity. |
Methods in org.foray.font.format with parameters of type Panose | |
---|---|
long |
Panose.difference(Panose otherPanose,
byte[] weights)
Computes the weighted "closeness" of another Panose to this value. |
Uses of Panose in org.foray.font.format.ttf |
---|
Methods in org.foray.font.format.ttf that return Panose | |
---|---|
Panose |
TTFTableOS2.getPanose()
Returns the parsed PANOSE information from the font file. |
Panose |
TrueTypeFont.getPanose()
Returns the parsed Panose information from the OS/2 table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |