public abstract class PBoxPDFont extends PBoxPDResources implements PDFont
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_FONT |
static String |
FONT_FILE |
cMap, contentStream, document, MAX_NUMBER_OF_ELEMENTS, pdFontLike, simplePDObjectcontextDependent| Modifier | Constructor and Description |
|---|---|
protected |
PBoxPDFont(PDFontLike font,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getfontName()
font name defined by BaseFont entry in the font dictionary and FontName key in the font descriptor
|
String |
getID() |
Boolean |
getisSymbolic()
true if the font flags in the font descriptor dictionary mark indicate that the font is symbolic (the entry /Flags has bit 3 set to 1 and bit 6 set to 0)
|
List<? extends Object> |
getLinkedObjects(String link) |
String |
getSubtype()
font subtype (Subtype entry)
|
String |
getType()
font type (Type entry)
|
getisInheritedaddActiongetLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetisInheritedgetLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String FONT_FILE
public static final String BASE_FONT
protected PBoxPDFont(PDFontLike font, String type)
public String getID()
getID in interface ObjectgetID in class GenericModelObjectpublic String getfontName()
PDFontgetfontName in interface PDFontpublic String getSubtype()
PDFontgetSubtype in interface PDFontpublic Boolean getisSymbolic()
PDFontgetisSymbolic in interface PDFontpublic List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - - the name of a linkCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.