Uses of Class
org.foray.pdf.object.PDFFont

Packages that use PDFFont
org.foray.pdf.object Classes representing various PDF objects, used in the construction of a PDF document. 
 

Uses of PDFFont in org.foray.pdf.object
 

Subclasses of PDFFont in org.foray.pdf.object
 class PDFFontType0
          class representing a Type0 font.
 

Methods in org.foray.pdf.object that return PDFFont
 PDFFont PDFDocument.getPdfFont(org.axsl.font.output.FontPdf fontUse)
          Obtain a PDFFont for a given FontUse instance.
static PDFFont PDFFont.makeFont(PDFDocument pdfDoc, org.axsl.font.output.FontPdf fsFont)
          Create a PDFFont with the next object number and add it to the list of objects.
 

Methods in org.foray.pdf.object with parameters of type PDFFont
 void PDFResources.addFont(PDFFont font)
          Add a font object to resources list.
static PDFFontDescriptor PDFFontDescriptor.makeFontDescriptor(PDFDocument pdfDoc, PDFFont font)
          Factory method to create an appropriate font descriptor.
 int PDFDocument.registerFontResource(PDFFont font)
          Register a font resource for use in this document.
 

Constructors in org.foray.pdf.object with parameters of type PDFFont
PDFCIDFontDescriptor(PDFDocument doc, PDFFont font, String lang)
          Create the /FontDescriptor object for a CID font.
PDFFontDescriptor(PDFDocument doc, PDFFont font)
          Constructor for the /FontDescriptor object.
 



Copyright © 2017. All rights reserved.