org.apache.pdfbox.pdmodel.font
Class PDCIDFontType2Font
java.lang.Object
org.apache.pdfbox.pdmodel.font.PDFont
org.apache.pdfbox.pdmodel.font.PDSimpleFont
org.apache.pdfbox.pdmodel.font.PDCIDFont
org.apache.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
Method Summary |
Font |
getawtFont()
Looks up, creates, returns the AWT Font. |
Methods inherited from class org.apache.pdfbox.pdmodel.font.PDFont |
clearResources, cmapEncoding, createString, equals, getAFM, getAverageFontWidthFromAFMFile, getBaseFont, getCodeFromArray, getCOSObject, getEncoding, getFirstChar, getFontDescriptor, getFontEncoding, getFontMatrix, getFontWidthFromAFMFile, getLastChar, getStringWidth, getSubType, getType, getWidths, hashCode, hasToUnicode, isType1Font, parseCmap, setBaseFont, setEncoding, setFirstChar, setFontDescriptor, setFontEncoding, setHasToUnicode, setLastChar, setWidths |
PDCIDFontType2Font
public PDCIDFontType2Font()
- Constructor.
PDCIDFontType2Font
public PDCIDFontType2Font(COSDictionary fontDictionary)
- Constructor.
- Parameters:
fontDictionary
- The font dictionary according to the PDF specification.
getawtFont
public Font getawtFont()
throws IOException
- Looks up, creates, returns the AWT Font.
- Overrides:
getawtFont
in class PDSimpleFont
- Throws:
IOException
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.