Uses of Class
com.itextpdf.text.Font

Packages that use Font
com.itextpdf.text   
com.itextpdf.text.html.simpleparser   
com.itextpdf.text.pdf   
com.itextpdf.text.xml.simpleparser   
 

Uses of Font in com.itextpdf.text
 

Fields in com.itextpdf.text declared as Font
protected  Font Chunk.font
          This is the Font of this chunk of text.
protected  Font Phrase.font
          This is the font of this phrase.
 

Methods in com.itextpdf.text that return Font
 Font Font.difference(Font font)
          Replaces the attributes that are equal to null with the attributes of a given font.
 Font Chunk.getFont()
          Gets the font of this Chunk.
 Font Phrase.getFont()
          Gets the font of the first Chunk that appears in this Phrase.
 Font FontFactoryImp.getFont(java.lang.String fontname)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, float size)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, float size)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, float size, BaseColor color)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, float size, BaseColor color)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, float size, int style)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, float size, int style)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, float size, int style, BaseColor color)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, float size, int style, BaseColor color)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style, BaseColor color)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style, BaseColor color)
          Constructs a Font-object.
 Font FontProvider.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style, BaseColor color)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style, BaseColor color, boolean cached)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, boolean embedded, float size, int style, BaseColor color, boolean cached)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, float size)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, float size)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, float size, int style)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, float size, int style)
          Constructs a Font-object.
 Font FontFactoryImp.getFont(java.lang.String fontname, java.lang.String encoding, float size, int style, BaseColor color)
          Constructs a Font-object.
static Font FontFactory.getFont(java.lang.String fontname, java.lang.String encoding, float size, int style, BaseColor color)
          Constructs a Font-object.
 

Methods in com.itextpdf.text with parameters of type Font
 int Font.compareTo(Font font)
          Compares this Font with another
 Font Font.difference(Font font)
          Replaces the attributes that are equal to null with the attributes of a given font.
static Chunk SpecialSymbol.get(char c, Font font)
          Gets a chunk with a symbol character.
static Phrase Phrase.getInstance(int leading, java.lang.String string, Font font)
          Gets a special kind of Phrase that changes some characters into corresponding symbols.
 void Chunk.setFont(Font font)
          Sets the font of this Chunk.
 void Phrase.setFont(Font font)
          Sets the main font of this phrase.
 

Constructors in com.itextpdf.text with parameters of type Font
Anchor(float leading, java.lang.String string, Font font)
          Constructs an Anchor with a certain leading, a certain String and a certain Font.
Anchor(java.lang.String string, Font font)
          Constructs an Anchor with a certain String and a certain Font.
Chunk(char c, Font font)
          Constructs a chunk of text with a char and a certain Font.
Chunk(java.lang.String content, Font font)
          Constructs a chunk of text with a certain content and a certain Font.
Font(Font other)
          Copy constructor of a Font
ListItem(float leading, java.lang.String string, Font font)
          Constructs a ListItem with a certain leading, String and Font.
ListItem(java.lang.String string, Font font)
          Constructs a ListItem with a certain String and a certain Font.
Paragraph(float leading, java.lang.String string, Font font)
          Constructs a Paragraph with a certain leading, String and Font.
Paragraph(java.lang.String string, Font font)
          Constructs a Paragraph with a certain String and a certain Font.
Phrase(float leading, java.lang.String string, Font font)
          Constructs a Phrase with a certain leading, a certain String and a certain Font.
Phrase(java.lang.String string, Font font)
          Constructs a Phrase with a certain String and a certain Font.
 

Uses of Font in com.itextpdf.text.html.simpleparser
 

Methods in com.itextpdf.text.html.simpleparser that return Font
 Font ElementFactory.getFont(ChainedProperties chain)
          Creates a Font object based on a chain of properties.
 

Uses of Font in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf with type parameters of type Font
protected  java.util.ArrayList<Font> FontSelector.fonts
           
 

Methods in com.itextpdf.text.pdf that return Font
 Font PdfSignatureAppearance.getLayer2Font()
          Gets the n2 and n4 layer font.
 

Methods in com.itextpdf.text.pdf with parameters of type Font
 void FontSelector.addFont(Font font)
          Adds a Font to be searched for valid characters.
protected  void PdfDocument.addSpacing(float extraspace, float oldleading, Font f)
          Adds extra space.
static float ColumnText.fitText(Font font, java.lang.String text, Rectangle rect, float maxFontSize, int runDirection)
          Fits the text to some rectangle adjusting the font size as needed.
 void PdfSignatureAppearance.setLayer2Font(Font layer2Font)
          Sets the n2 and n4 layer font.
 

Uses of Font in com.itextpdf.text.xml.simpleparser
 

Methods in com.itextpdf.text.xml.simpleparser with parameters of type Font
static Chunk EntitiesToSymbol.get(java.lang.String e, Font font)
          Gets a chunk with a symbol character.
 



Copyright © 2013. All Rights Reserved.