public class Type3Font extends PDFFont
| Constructor and Description |
|---|
Type3Font(java.lang.String baseFont,
PDFObject fontObj,
java.util.HashMap<java.lang.String,PDFObject> resources,
PDFFontDescriptor descriptor)
Generate a Type 3 font.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstChar()
Get the first character code
|
protected PDFGlyph |
getGlyph(char src,
java.lang.String name)
Get the glyph for a given character code and name
The preferred method of getting the glyph should be by name.
|
int |
getLastChar()
Get the last character code
|
equals, getBaseFont, getCachedGlyph, getDescriptor, getEncoding, getFont, getGlyphs, getSubtype, getUnicodeMap, hashCode, setBaseFont, setDescriptor, setEncoding, setSubtype, setUnicodeMap, toStringpublic Type3Font(java.lang.String baseFont,
PDFObject fontObj,
java.util.HashMap<java.lang.String,PDFObject> resources,
PDFFontDescriptor descriptor)
throws java.io.IOException
baseFont - the postscript name of this fontfontObj - a dictionary containing references to the character
definitions and font informationresources - a set of resources used by the character definitionsdescriptor - the descriptor for this fontjava.io.IOExceptionpublic int getFirstChar()
public int getLastChar()
protected PDFGlyph getGlyph(char src, java.lang.String name)