|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFFont | |
|---|---|
| org.faceless.pdf2 | Contains the classes used to create a PDF document |
| Uses of PDFFont in org.faceless.pdf2 |
|---|
| Subclasses of PDFFont in org.faceless.pdf2 | |
|---|---|
class |
OpenTypeFont
A subclass of PDFFont that represents an OpenType font. |
class |
StandardCJKFont
A subclass of PDFFont representing the "standard" Chinese, Japanese and Korean fonts which are available as part of the Acrobat Reader for those countries, or as optional "language packs" for other locales. |
class |
StandardFont
A concrete subclass of PDFFont representing the standard 14 fonts
guaranteed to exist in all PDF readers. |
class |
Type1Font
Create a new PostScript Type 1 font. |
| Methods in org.faceless.pdf2 that return PDFFont | |
|---|---|
PDFFont |
PDFStyle.getBackupFont(int i)
Get the specified backup font, as set by PDFStyle.addBackupFont(org.faceless.pdf2.PDFFont). |
PDFFont |
PDFStyle.getFont()
Return the font, as set by PDFStyle.setFont(org.faceless.pdf2.PDFFont, float) |
PDFFont |
StandardFont.versionBold()
Return a bold version of this font if it exists, or the current font if it doesn't. |
PDFFont |
StandardFont.versionItalic()
Return an italic version of this font if it exists, or the current font if it doesn't. |
PDFFont |
StandardFont.versionRegular()
Return a regular (non-bold, non-italic) version of this font if it exists, or the current font if it doesn't. |
| Methods in org.faceless.pdf2 with parameters of type PDFFont | |
|---|---|
void |
PDFStyle.addBackupFont(PDFFont font)
Add a backup font to the current style. |
void |
PDFStyle.setFont(PDFFont font,
float size)
Set the font and font size for this style. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||