public static final class OutputProfile.FontInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBaseName()
The name of the font.
|
String |
getType()
Return the type of embedded font: one of the values "TrueType", "OpenType", "Type1", "Compact",
"MultipleMaster" or "Type3".
|
BitSet |
getUsedCharacters()
Return a BitSet containing all the Unicode codepoints
that are used by this font in the PDF.
|
boolean |
isCIDFont()
Whether this font is a CID font.
|
boolean |
isEmbedded()
Whether or not this font is embedded in the document.
|
boolean |
isSubset()
Whether or not this embedded font is Subset
|
boolean |
isVisible()
Return true if the font is actually used in the PDF to create visible
text.
|
String |
toString() |
public String getBaseName()
PDFFont.getBaseName()
public boolean isEmbedded()
OpenTypeFont.setEmbed(boolean)
public boolean isSubset()
public boolean isVisible()
public boolean isCIDFont()
public String getType()
public BitSet getUsedCharacters()
isVisible()
Copyright © 2001-2017 Big Faceless Organization