public abstract class FontInfo extends Object
| Constructor and Description |
|---|
FontInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract PDCIDSystemInfo |
getCIDSystemInfo()
Returns the CIDSystemInfo associated with the font, if any.
|
abstract org.apache.fontbox.FontBoxFont |
getFont()
Returns a new FontBox font instance for the font.
|
abstract FontFormat |
getFormat()
Returns the font's format.
|
abstract String |
getPostScriptName()
Returns the PostScript name of the font.
|
String |
toString() |
public abstract String getPostScriptName()
public abstract FontFormat getFormat()
public abstract PDCIDSystemInfo getCIDSystemInfo()
public abstract org.apache.fontbox.FontBoxFont getFont()
FontCache.Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.