Uses of Class
com.lowagie.text.pdf.BaseFont

Packages that use BaseFont
com.lowagie.text   
com.lowagie.text.html   
com.lowagie.text.pdf   
com.lowagie.text.pdf.codec.wmf   
com.lowagie.text.xml   
 

Uses of BaseFont in com.lowagie.text
 

Methods in com.lowagie.text that return BaseFont
 BaseFont Font.getBaseFont()
          Gets the BaseFont inside this object.
 BaseFont Font.getCalculatedBaseFont(boolean specialEncoding)
          Gets the BaseFont this class represents.
 

Constructors in com.lowagie.text with parameters of type BaseFont
Font(BaseFont bf)
          Constructs a Font.
Font(BaseFont bf, float size)
          Constructs a Font.
Font(BaseFont bf, float size, int style)
          Constructs a Font.
Font(BaseFont bf, float size, int style, Color color)
          Constructs a Font.
 

Uses of BaseFont in com.lowagie.text.html
 

Constructors in com.lowagie.text.html with parameters of type BaseFont
SAXmyHtmlHandler(DocListener document, BaseFont bf)
          Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
 

Uses of BaseFont in com.lowagie.text.pdf
 

Subclasses of BaseFont in com.lowagie.text.pdf
 class DocumentFont
           
 class Type3Font
          A class to support Type3 fonts.
 

Fields in com.lowagie.text.pdf declared as BaseFont
protected  BaseFont PdfChunk.baseFont
           
protected  BaseFont Barcode.font
          The text font.
protected  BaseFont BaseField.font
           
 

Methods in com.lowagie.text.pdf that return BaseFont
 BaseFont AsianFontMapper.awtToPdf(Font font)
           
 BaseFont DefaultFontMapper.awtToPdf(Font font)
          Returns a BaseFont which can be used to represent the given AWT Font
 BaseFont FontMapper.awtToPdf(Font font)
          Returns a BaseFont which can be used to represent the given AWT Font
static BaseFont BaseFont.createFont(PRIndirectReference fontRef)
          Creates a font based on an existing document font.
static BaseFont BaseFont.createFont(String name, String encoding, boolean embedded)
          Creates a new font.
static BaseFont BaseFont.createFont(String name, String encoding, boolean embedded, boolean cached, byte[] ttfAfm, byte[] pfb)
          Creates a new font.
 BaseFont TextField.getExtensionFont()
          Gets the extensionFont.
 BaseFont Barcode.getFont()
          Gets the text font.
 BaseFont BaseField.getFont()
          Gets the text font.
protected  BaseFont BaseField.getRealFont()
           
 

Methods in com.lowagie.text.pdf with parameters of type BaseFont
 PdfFormField PdfAcroForm.addComboBox(String name, String[][] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addComboBox(String name, String[] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addHtmlPostButton(String name, String caption, String value, String url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addMultiLineTextField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addResetButton(String name, String caption, String value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addSelectList(String name, String[][] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addSelectList(String name, String[] options, String defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addSingleLinePasswordField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 PdfFormField PdfAcroForm.addSingleLineTextField(String name, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 void AcroFields.addSubstitutionFont(BaseFont font)
          Adds a substitution font to the list.
protected static ArrayList BaseField.breakLines(ArrayList breaks, BaseFont font, float fontSize, float width)
           
 void PdfContentByte.drawButton(float llx, float lly, float urx, float ury, String text, BaseFont bf, float size)
          Draws a button.
 void PdfAcroForm.drawButton(PdfFormField button, String caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 void PdfAcroForm.drawMultiLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 void PdfAcroForm.drawSingleLineOfText(PdfFormField field, String text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury)
           
 String HyphenationAuto.getHyphenatedWordPre(String word, BaseFont font, float fontSize, float remainingWidth)
          Hyphenates a word and returns the first part of it.
 String HyphenationEvent.getHyphenatedWordPre(String word, BaseFont font, float fontSize, float remainingWidth)
          Hyphenates a word and returns the first part of it.
static PdfTextArray PdfContentByte.getKernArray(String text, BaseFont font)
          Constructs a kern array for a text in a certain font
 Font DefaultFontMapper.pdfToAwt(BaseFont font, int size)
          Returns an AWT Font which can be used to represent the given BaseFont
 Font FontMapper.pdfToAwt(BaseFont font, int size)
          Returns an AWT Font which can be used to represent the given BaseFont
 void TextField.setExtensionFont(BaseFont extensionFont)
          Sets the extensionFont.
 void Barcode.setFont(BaseFont font)
          Sets the text font.
 void BaseField.setFont(BaseFont font)
          Sets the text font.
 void PdfAppearance.setFontAndSize(BaseFont bf, float size)
          Set the font and the size for the subsequent text writing.
 void PdfContentByte.setFontAndSize(BaseFont bf, float size)
          Set the font and the size for the subsequent text writing.
 void PdfImportedPage.setFontAndSize(BaseFont bf, float size)
          Always throws an error.
 

Uses of BaseFont in com.lowagie.text.pdf.codec.wmf
 

Methods in com.lowagie.text.pdf.codec.wmf that return BaseFont
 BaseFont MetaFont.getFont()
           
 

Uses of BaseFont in com.lowagie.text.xml
 

Methods in com.lowagie.text.xml with parameters of type BaseFont
 void SAXiTextHandler.setBaseFont(BaseFont bf)
          Sets the font that has to be used.
 

Constructors in com.lowagie.text.xml with parameters of type BaseFont
SAXiTextHandler(DocListener document, HtmlTagMap myTags, BaseFont bf)
           
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.