public abstract class FontInfo
extends java.lang.Object
Constructor | Description |
---|---|
FontInfo() |
Modifier and Type | Method | 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 java.lang.String |
getPostScriptName() |
Returns the PostScript name of the font.
|
abstract int |
getWeightClass() |
Returns the usWeightClass field of the "OS/2" table, or -1.
|
java.lang.String |
toString() |
public abstract java.lang.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()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002–2018. All rights reserved.