org.pdfbox.pdmodel.font
Class PDCIDFontType2Font

java.lang.Object
  extended byorg.pdfbox.pdmodel.font.PDFont
      extended byorg.pdfbox.pdmodel.font.PDCIDFont
          extended byorg.pdfbox.pdmodel.font.PDCIDFontType2Font
All Implemented Interfaces:
COSObjectable

public class PDCIDFontType2Font
extends PDCIDFont

This is implementation of the CIDFontType2 Font.

Version:
$Revision: 1.5 $
Author:
Ben Litchfield

Field Summary
 
Fields inherited from class org.pdfbox.pdmodel.font.PDFont
font
 
Constructor Summary
PDCIDFontType2Font()
          Constructor.
PDCIDFontType2Font(COSDictionary fontDictionary)
          Constructor.
 
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, encode, equals, getAFM, getAverageFontWidthFromAFMFile, getBaseFont, getCodeFromArray, getCOSObject, getEncoding, getFirstChar, getFontMatrix, getFontWidthFromAFMFile, getLastChar, getStringWidth, getSubType, getType, getWidths, hashCode, setBaseFont, setEncoding, setFirstChar, setLastChar, setWidths
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDCIDFontType2Font

public PDCIDFontType2Font()
Constructor.


PDCIDFontType2Font

public PDCIDFontType2Font(COSDictionary fontDictionary)
Constructor.

Parameters:
fontDictionary - The font dictionary according to the PDF specification.