org.pdfbox.pdmodel.font
Class PDCIDFontType0Font
java.lang.Object
org.pdfbox.pdmodel.font.PDFont
org.pdfbox.pdmodel.font.PDCIDFont
org.pdfbox.pdmodel.font.PDCIDFontType0Font
- All Implemented Interfaces:
- COSObjectable
- public class PDCIDFontType0Font
- extends PDCIDFont
This is implementation of the CIDFontType0 Font.
- Version:
- $Revision: 1.6 $
- Author:
- Ben Litchfield
Fields inherited from class org.pdfbox.pdmodel.font.PDFont |
font |
Methods inherited from class org.pdfbox.pdmodel.font.PDFont |
clearResources, encode, equals, getAFM, getAverageFontWidthFromAFMFile, getBaseFont, getCodeFromArray, getCOSObject, getEncoding, getFirstChar, getFontMatrix, getFontWidthFromAFMFile, getLastChar, getStringWidth, getSubType, getType, getWidths, hashCode, setBaseFont, setEncoding, setFirstChar, setLastChar, setWidths |
PDCIDFontType0Font
public PDCIDFontType0Font()
- Constructor.
PDCIDFontType0Font
public PDCIDFontType0Font(COSDictionary fontDictionary)
- Constructor.
- Parameters:
fontDictionary
- The font dictionary according to the PDF specification.