Return the native java.awt.Font associated with this PFont (if any).
()
| 523 | * Return the native java.awt.Font associated with this PFont (if any). |
| 524 | */ |
| 525 | public Object getNative() { |
| 526 | if (subsetting) { |
| 527 | return null; // don't return the font for use |
| 528 | } |
| 529 | return font; |
| 530 | } |
| 531 | |
| 532 | |
| 533 | /** |