public class PDType1AfmPfbFont extends PDType1Font
COURIER, COURIER_BOLD, COURIER_BOLD_OBLIQUE, COURIER_OBLIQUE, HELVETICA, HELVETICA_BOLD, HELVETICA_BOLD_OBLIQUE, HELVETICA_OBLIQUE, SYMBOL, TIMES_BOLD, TIMES_BOLD_ITALIC, TIMES_ITALIC, TIMES_ROMAN, ZAPF_DINGBATScmap, cmapObjects, font, fontMatrix, resourceRootCMAP, toUnicodeCmap| Constructor and Description |
|---|
PDType1AfmPfbFont(PDDocument doc,
InputStream afm,
InputStream pfb)
Create a new object.
|
PDType1AfmPfbFont(PDDocument doc,
String afmname)
Create a new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Calling this will release all cached information.
|
determineEncoding, encode, encodeToCID, getawtFont, getFontMatrix, getStandard14Names, getStandardFontdrawString, getAverageFontWidth, getFontBoundingBox, getFontHeight, getFontWidth, getSpaceWidth, getToUnicode, isFontSubstituted, setIsFontSubstituted, setToUnicode, writeFontclearResources, cmapEncoding, drawString, equals, getAFM, getAverageFontWidthFromAFMFile, getBaseFont, getCodeFromArray, getCOSObject, getEncoding, getFirstChar, getFontDescriptor, getFontEncoding, getFontWidth, getFontWidthFromAFMFile, getLastChar, getStringFromArray, getStringWidth, getSubType, getToUnicodeCMap, getType, getWidths, hashCode, hasToUnicode, isSymbolicFont, isType0Font, isType1Font, isType3Font, parseCmap, setBaseFont, setEncoding, setFirstChar, setFontDescriptor, setFontEncoding, setHasToUnicode, setLastChar, setWidthspublic PDType1AfmPfbFont(PDDocument doc, String afmname) throws IOException
doc - The PDF document that will hold the embedded font.afmname - The font filename.IOException - If there is an error loading the data.public PDType1AfmPfbFont(PDDocument doc, InputStream afm, InputStream pfb) throws IOException
doc - The PDF document that will hold the embedded font.afm - The afm input.pfb - The pfb input.IOException - If there is an error loading the data.public void clear()
PDFontclear in class PDType1FontCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.