org.apache.pdfbox.pdmodel.font
Class PDMMType1Font
java.lang.Object
org.apache.pdfbox.pdmodel.font.PDFont
org.apache.pdfbox.pdmodel.font.PDSimpleFont
org.apache.pdfbox.pdmodel.font.PDMMType1Font
- All Implemented Interfaces:
- COSObjectable
public class PDMMType1Font
- extends PDSimpleFont
This is implementation of the Multiple Master Type1 Font.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Litchfield
| Fields inherited from class org.apache.pdfbox.pdmodel.font.PDFont |
font |
| Methods inherited from class org.apache.pdfbox.pdmodel.font.PDSimpleFont |
drawString, getAverageFontWidth, getawtFont, getFontBoundingBox, getFontDescriptor, getFontHeight, getFontWidth, getToUnicode, setFontDescriptor, setToUnicode, writeFont |
| Methods inherited from class org.apache.pdfbox.pdmodel.font.PDFont |
clearResources, encode, equals, getAFM, getAverageFontWidthFromAFMFile, getBaseFont, getCodeFromArray, getCOSObject, getEncoding, getEncodingManager, getFirstChar, getFontMatrix, getFontWidthFromAFMFile, getLastChar, getStringWidth, getSubType, getType, getWidths, hashCode, setBaseFont, setEncoding, setFirstChar, setLastChar, setWidths |
PDMMType1Font
public PDMMType1Font()
- Constructor.
PDMMType1Font
public PDMMType1Font(COSDictionary fontDictionary)
- Constructor.
- Parameters:
fontDictionary - The font dictionary according to the PDF specification.
Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.