Class GFPDType0Font
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDResource
org.verapdf.gf.model.impl.pd.font.GFPDFont
org.verapdf.gf.model.impl.pd.font.GFPDType0Font
- All Implemented Interfaces:
Object,PDFont,PDObject,PDResource,PDType0Font
Represents Type0 font dictionary.
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.font.GFPDFont
BASE_FONT, FONT_FILE, fontProgramParsed, renderingModeFields inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
RESOURCE_TYPEFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOrdering key from CIDSystemInfoRegistry key from CIDSystemInfoSupplement key from CIDSystemInfothe name of the CMapOrdering key from CMapRegistry key from CMapSupplement key from CMapgetLinkedObjects(String link) font subtype (Subtype entry)Methods inherited from class org.verapdf.gf.model.impl.pd.font.GFPDFont
getEncodingMapping, getfontFileSubtype, getfontName, getisItalic, getisSymbolic, getrenderingMode, getType, isFontProgramParsedMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
getisInheritedMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDFont
getfontFileSubtype, getfontName, getisItalic, getisSymbolic, getrenderingMode, getTypeMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Field Details
-
TYPE_0_FONT_TYPE
- See Also:
-
DESCENDANT_FONTS
- See Also:
-
ENCODING
- See Also:
-
-
Constructor Details
-
GFPDType0Font
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGFPDFont- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getDescendantFont
-
getCIDFontOrdering
Description copied from interface:PDType0FontOrdering key from CIDSystemInfo- Specified by:
getCIDFontOrderingin interfacePDType0Font
-
getCMapOrdering
Description copied from interface:PDType0FontOrdering key from CMap- Specified by:
getCMapOrderingin interfacePDType0Font
-
getCIDFontRegistry
Description copied from interface:PDType0FontRegistry key from CIDSystemInfo- Specified by:
getCIDFontRegistryin interfacePDType0Font
-
getCMapRegistry
Description copied from interface:PDType0FontRegistry key from CMap- Specified by:
getCMapRegistryin interfacePDType0Font
-
getCIDFontSupplement
Description copied from interface:PDType0FontSupplement key from CIDSystemInfo- Specified by:
getCIDFontSupplementin interfacePDType0Font
-
getCMapSupplement
Description copied from interface:PDType0FontSupplement key from CMap- Specified by:
getCMapSupplementin interfacePDType0Font
-
getcmapName
Description copied from interface:PDType0Fontthe name of the CMap- Specified by:
getcmapNamein interfacePDType0Font- Returns:
- the name of the CMap.
-
getSubtype
Description copied from interface:PDFontfont subtype (Subtype entry)- Specified by:
getSubtypein interfacePDFont- Overrides:
getSubtypein classGFPDFont- Returns:
- font subtype (Subtype entry).
-