public abstract class FontInfo extends Object
Constructor and Description |
---|
FontInfo() |
Modifier and Type | Method and Description |
---|---|
abstract CIDSystemInfo |
getCIDSystemInfo()
Returns the CIDSystemInfo associated with the font, if any.
|
abstract int |
getCodePageRange1()
Returns the ulCodePageRange1 field of the "OS/2" table, or 0.
|
abstract int |
getCodePageRange2()
Returns the ulCodePageRange2 field of the "OS/2" table, or 0.
|
abstract int |
getFamilyClass()
Returns the sFamilyClass field of the "OS/2" table, or -1.
|
abstract FontBoxFont |
getFont()
Returns a new FontBox font instance for the font.
|
abstract FontFormat |
getFormat()
Returns the font's format.
|
abstract int |
getMacStyle()
Returns the macStyle field of the "head" table, or -1.
|
abstract PDPanoseClassification |
getPanose()
Returns the Panose classification of the font, if any.
|
abstract String |
getPostScriptName()
Returns the PostScript name of the font.
|
abstract int |
getWeightClass()
Returns the usWeightClass field of the "OS/2" table, or -1.
|
String |
toString() |
public abstract String getPostScriptName()
public abstract FontFormat getFormat()
public abstract CIDSystemInfo getCIDSystemInfo()
public abstract FontBoxFont getFont()
FontCache
.public abstract int getFamilyClass()
public abstract int getWeightClass()
public abstract int getCodePageRange1()
public abstract int getCodePageRange2()
public abstract int getMacStyle()
public abstract PDPanoseClassification getPanose()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.