Uses of Class
org.pz.platypus.plugin.pdf.PdfFont

Packages that use PdfFont
org.pz.platypus.plugin.pdf   
 

Uses of PdfFont in org.pz.platypus.plugin.pdf
 

Fields in org.pz.platypus.plugin.pdf declared as PdfFont
private  PdfFont PdfData.font
           
private  PdfFont Format.font
           
private  PdfFont Footer.font
           
 

Methods in org.pz.platypus.plugin.pdf that return PdfFont
 PdfFont PdfFont.clone()
           
 PdfFont PdfData.getFont()
           
 PdfFont Format.getFont()
           
 PdfFont Footer.getFont()
           
 

Methods in org.pz.platypus.plugin.pdf with parameters of type PdfFont
(package private)  java.lang.String PdfFontFactory.computeBase14ItextFontName(PdfFont font)
          Gets the iText font name for any of the Base14 fonts.
(package private)  int PdfFontFactory.computeItextStyle(PdfFont f)
          iText font style captures bold, italic, strikethru, underline.
 com.lowagie.text.Font PdfFontFactory.createItextFont(PdfFont f)
          Creates an iText Font object based on a passed-in PdfFont
(package private)  java.lang.String PdfFontFactory.createItextFontName(PdfFont f)
          Get the name by which iText refers to this font.
 void PdfData.setFont(PdfFont newFont)
           
 void Footer.setFont(PdfFont font)
           
 

Constructors in org.pz.platypus.plugin.pdf with parameters of type PdfFont
Format(PdfFont newFont, boolean newStrikethru, Underline newUnderline, int newEolHandling, float newLeading)
           
PdfFont(PdfData pdd, java.lang.String fontName, PdfFont existingFont)
          Constructor for cloning an existing PdfFont, but specifying a different typeface.
 



Copyright © 2008-10 Pacific Data Works LLC