

Public Member Functions | |
| PDFFont (String name, String type, String font, int style) | |
| String | getName () |
| String | getType () |
| String | getFont () |
| int | getStyle () |
| void | write (OutputStream os) throws IOException |
Protected Member Functions | |
| PDFFont () | |
| boolean | equals (String type, String font, int style) |
Eric Z. Beard, ericzbeard@hotmail.com
|
|
This constructs a default PDFFont. In this case Helvetica |
|
||||||||||||||||||||
|
Constructs a PDFFont. This will attempt to map the font from a known Java font name to that in PDF, defaulting to Helvetica if not possible.
|
|
||||||||||||||||
|
This is used by the PDF and PDFPage classes to compare font names
|
|
|
|
|
|
This is the most common method to use.
|
|
|
|
|
|
Reimplemented from gnu::jpdf::PDFObject. |
|
|
Implements gnu::jpdf::PDFObject. |
1.3.9.1