com.sun.pdfview.font
public class Type3Font extends PDFFont
| Constructor Summary | |
|---|---|
| Type3Font(String baseFont, PDFObject fontObj, HashMap resources, PDFFontDescriptor descriptor)
Generate a Type 3 font. | |
| Method Summary | |
|---|---|
| int | getFirstChar()
Get the first character code |
| protected PDFGlyph | getGlyph(char src, 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 |
Parameters: baseFont the postscript name of this font fontObj a dictionary containing references to the character definitions and font information resources a set of resources used by the character definitions descriptor the descriptor for this font
Parameters: src the character code of this glyph name the name of this glyph or null if unknown
Returns: a glyph for this character