org.pdfbox.pdmodel.font

Class PDMMType1Font

Implemented Interfaces:
COSObjectable

public class PDMMType1Font
extends PDSimpleFont

This is implementation of the Multiple Master Type1 Font.
Version:
$Revision: 1.4 $
Author:
Ben Litchfield

Field Summary

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

font

Constructor Summary

PDMMType1Font()
Constructor.
PDMMType1Font(COSDictionary fontDictionary)
Constructor.

Method Summary

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

drawString, getAverageFontWidth, getFontBoundingBox, getFontDescriptor, getFontHeight, getFontWidth, getToUnicode, setFontDescriptor, setToUnicode

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

PDMMType1Font

public PDMMType1Font()
Constructor.

PDMMType1Font

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