Uses of Class
org.faceless.pdf2.PDFFont
-
Packages that use PDFFont Package Description 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 Modifier and Type Class Description classOpenTypeFontA subclass ofPDFFontthat represents an OpenType font.classStandardCJKFontA subclass of PDFFont representing the "standard" Chinese, Japanese and Korean fonts which are supplied by default with Acrobat 5.0 or later, or with a supplementary "language pack" for earlier releases.classStandardFontA concrete subclass ofPDFFontrepresenting the standard 14 fonts guaranteed to exist in all PDF readers.classType1FontCreate a new PostScript Type 1 font.classType3FontA Type3 font is an artificial font made up of shapes drawn directly to the PDF, rather than stored in a font file embedded in the PDF.Methods in org.faceless.pdf2 that return PDFFont Modifier and Type Method Description PDFFontPDFStyle. getBackupFont(int i)Get the specified backup font, as set byPDFStyle.addBackupFont(org.faceless.pdf2.PDFFont).PDFFontPDFStyle. getFont()Return the font, as set byPDFStyle.setFont(org.faceless.pdf2.PDFFont, float)PDFFontOpenTypeFont. versionBold()PDFFontPDFFont. versionBold()Return a bold version of the current font, if available.PDFFontStandardCJKFont. versionBold()PDFFontStandardFont. versionBold()PDFFontOpenTypeFont. versionItalic()PDFFontPDFFont. versionItalic()Return an italic version of the current font, if available.PDFFontStandardCJKFont. versionItalic()PDFFontStandardFont. versionItalic()PDFFontOpenTypeFont. versionNonBold()PDFFontPDFFont. versionNonBold()Return a non-bold version of the current font, if available.PDFFontStandardCJKFont. versionNonBold()PDFFontStandardFont. versionNonBold()PDFFontOpenTypeFont. versionNonItalic()PDFFontPDFFont. versionNonItalic()Return a non-italic version of the current font, if available.PDFFontStandardCJKFont. versionNonItalic()PDFFontStandardFont. versionNonItalic()PDFFontOpenTypeFont. versionRegular()PDFFontPDFFont. versionRegular()Return a non-bold, non-italic version of the current font, if available.PDFFontStandardCJKFont. versionRegular()PDFFontStandardFont. versionRegular()Methods in org.faceless.pdf2 that return types with arguments of type PDFFont Modifier and Type Method Description List<PDFFont>OutputProfiler.AutoEmbeddingFontAction. getFont(OutputProfiler profiler, String name, boolean embedded, PDFFont font)List<PDFFont>OutputProfiler.FontAction. getFont(OutputProfiler profiler, String name, boolean embedded, PDFFont font)Returns the font(s) to use instead of the specified font, ornullto make no changesMethods in org.faceless.pdf2 with parameters of type PDFFont Modifier and Type Method Description voidOutputProfiler.AutoEmbeddingFontAction. add(PDFFont font)Add a new PDFFont to the set of fonts that could be substituted into the PDF.voidPDFStyle. addBackupFont(PDFFont font)Add a backup font to the current style.List<PDFFont>OutputProfiler.AutoEmbeddingFontAction. getFont(OutputProfiler profiler, String name, boolean embedded, PDFFont font)List<PDFFont>OutputProfiler.FontAction. getFont(OutputProfiler profiler, String name, boolean embedded, PDFFont font)Returns the font(s) to use instead of the specified font, ornullto make no changesvoidBarCode. setFont(PDFFont font)Set the font to be used for text displayvoidPDFStyle. setFont(PDFFont font, float size)Set the font and font size for this style.voidBarCode. setText(String text, PDFFont font)Set the text to display under the BarCode.
-