com.sun.pdfview.font
public class PDFGlyph extends Object
| Constructor Summary | |
|---|---|
| PDFGlyph(char src, String name, GeneralPath shape, Float advance) Creates a new instance of PDFGlyph based on a shape | |
| PDFGlyph(char src, String name, PDFPage page, Point2D advance) Creates a new instance of PDFGlyph based on a page | |
| Method Summary | |
|---|---|
| Point2D | addCommands(PDFPage cmds, AffineTransform transform, int mode) Add commands for this glyph to a page |
| char | getChar() Get the character code of this glyph |
| String | getName() Get the name of this glyph |
| PDFPage | getPage() Get the PDFPage for a type3 font glyph |
| GeneralPath | getShape() Get the shape of this glyph |