Class GFPDType1Font
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.GFPDSimpleFont
org.verapdf.gf.model.impl.pd.font.GFPDType1Font
- All Implemented Interfaces:
Object,PDFont,PDObject,PDResource,PDSimpleFont,PDType1Font
Represents Type1 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 TypeMethodDescriptionthe value of the CharSet entry in the font descriptor dictionarytrue if the CharSet is present and correctly lists all glyphs present in the embedded font programtrue if the font is one of the 14 standard fonts defined in PDF 1.4 ReferenceMethods inherited from class org.verapdf.gf.model.impl.pd.font.GFPDSimpleFont
getcontainsDifferences, getEncoding, getFirstChar, getLastChar, getWidths_sizeMethods inherited from class org.verapdf.gf.model.impl.pd.font.GFPDFont
getEncodingMapping, getfontFileSubtype, getfontName, getisItalic, getisSymbolic, getLinkedObjects, getrenderingMode, getSubtype, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDFont
getfontFileSubtype, getfontName, getisItalic, getisSymbolic, getrenderingMode, getSubtype, getTypeMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInheritedMethods inherited from interface org.verapdf.model.pdlayer.PDSimpleFont
getcontainsDifferences, getEncoding, getFirstChar, getLastChar, getWidths_size
-
Field Details
-
TYPE1_FONT_TYPE
- See Also:
-
NOTDEF_STRING
- See Also:
-
-
Constructor Details
-
GFPDType1Font
-
-
Method Details
-
getCharSet
Description copied from interface:PDType1Fontthe value of the CharSet entry in the font descriptor dictionary- Specified by:
getCharSetin interfacePDType1Font- Returns:
- the value of the CharSet entry in the font descriptor dictionary.
-
getcharSetListsAllGlyphs
Description copied from interface:PDType1Fonttrue if the CharSet is present and correctly lists all glyphs present in the embedded font program- Specified by:
getcharSetListsAllGlyphsin interfacePDType1Font- Returns:
- true if the CharSet is present and correctly lists all glyphs present in the embedded font program.
-
getisStandard
true if the font is one of the 14 standard fonts defined in PDF 1.4 Reference- Specified by:
getisStandardin interfacePDSimpleFont- Specified by:
getisStandardin classGFPDSimpleFont- Returns:
- true if the font is one of the 14 standard fonts defined in PDF 1.4 Reference.
-