org.pdfbox.pdmodel.font

Class PDCIDFontType0Font

Implemented Interfaces:
COSObjectable

public class PDCIDFontType0Font
extends PDCIDFont

This is implementation of the CIDFontType0 Font.
Version:
$Revision: 1.6 $
Author:
Ben Litchfield

Field Summary

Fields inherited from class org.pdfbox.pdmodel.font.PDFont

font

Constructor Summary

PDCIDFontType0Font()
Constructor.
PDCIDFontType0Font(COSDictionary fontDictionary)
Constructor.

Method Summary

Methods inherited from class org.pdfbox.pdmodel.font.PDCIDFont

drawString, getAverageFontWidth, getDefaultWidth, getFontBoundingBox, getFontDescriptor, getFontHeight, getFontWidth, setDefaultWidth, setFontDescriptor

Methods inherited from class org.pdfbox.pdmodel.font.PDFont

clearResources, drawString, encode, equals, getAFM, getAverageFontWidth, getAverageFontWidthFromAFMFile, getBaseFont, getCOSObject, getCodeFromArray, getEncoding, getFirstChar, getFontBoundingBox, getFontHeight, getFontMatrix, getFontWidth, getFontWidthFromAFMFile, getLastChar, getStringWidth, getSubType, getType, getWidths, hashCode, setBaseFont, setEncoding, setFirstChar, setLastChar, setWidths

Constructor Details

PDCIDFontType0Font

public PDCIDFontType0Font()
Constructor.

PDCIDFontType0Font

public PDCIDFontType0Font(COSDictionary fontDictionary)
Constructor.
Parameters:
fontDictionary - The font dictionary according to the PDF specification.