Uses of Class
com.lowagie.text.Font

Packages that use Font
  • Uses of Font in com.lowagie.text

    Fields in com.lowagie.text declared as Font
    Modifier and Type
    Field
    Description
    protected Font
    Chunk.font
    Deprecated.
    This is the Font of this chunk of text.
    protected Font
    Phrase.font
    Deprecated.
    This is the font of this phrase.
    Methods in com.lowagie.text that return Font
    Modifier and Type
    Method
    Description
    StandardFonts.create()
     
    StandardFonts.create(int size)
     
    Font.difference(Font font)
    Deprecated.
    Replaces the attributes that are equal to null with the attributes of a given font.
    Chunk.getFont()
    Deprecated.
    Gets the font of this Chunk.
    static Font
    FontFactory.getFont(String fontname)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, float size)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, float size, int style)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, float size, int style, Color color)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, float size, Color color)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, boolean embedded)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, boolean embedded, float size)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, float size)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, float size, int style)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(String fontname, String encoding, float size, int style, Color color)
    Deprecated.
    Constructs a Font-object.
    static Font
    FontFactory.getFont(Properties attributes)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, float size)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, float size, int style)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, float size, int style, Color color)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, float size, Color color)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, boolean embedded)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, boolean embedded, float size)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, boolean embedded, float size, int style)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontName, String encoding, boolean embedded, float size, int style, Color color)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, float size)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, float size, int style)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(String fontname, String encoding, float size, int style, Color color)
    Deprecated.
    Constructs a Font-object.
    FontFactoryImp.getFont(Properties attributes)
    Deprecated.
    Constructs a Font-object.
    FontProvider.getFont(String fontName, String encoding, boolean embedded, float size, int style, Color color)
    Constructs a Font-object.
    Phrase.getFont()
    Deprecated.
    Gets the font of the first Chunk that appears in this Phrase.
    Methods in com.lowagie.text with parameters of type Font
    Modifier and Type
    Method
    Description
    Font.difference(Font font)
    Deprecated.
    Replaces the attributes that are equal to null with the attributes of a given font.
    static Chunk
    SpecialSymbol.get(char c, Font font)
    Deprecated.
    Gets a chunk with a symbol character.
    static final Phrase
    Phrase.getInstance(int leading, String string, Font font)
    Deprecated.
    Gets a special kind of Phrase that changes some characters into corresponding symbols.
    void
    Chunk.setFont(Font font)
    Deprecated.
    Sets the font of this Chunk.
    void
    Phrase.setFont(Font font)
    Deprecated.
    Sets the main font of this Phrase.
    Constructors in com.lowagie.text with parameters of type Font
    Modifier
    Constructor
    Description
     
    Anchor(float leading, String string, Font font)
    Deprecated.
    Constructs an Anchor with a certain leading, a certain String and a certain Font.
     
    Anchor(String string, Font font)
    Deprecated.
    Constructs an Anchor with a certain String and a certain Font.
     
    Chunk(char c, Font font)
    Deprecated.
    Constructs a chunk of text with a char and a certain Font.
     
    Chunk(String content, Font font)
    Deprecated.
    Constructs a chunk of text with a certain content and a certain Font.
     
    Font(Font other)
    Deprecated.
    Copy constructor of a Font
     
    Footnote(String text, Font font)
    Deprecated.
     
     
    ListItem(float leading, String string, Font font)
    Deprecated.
    Constructs a ListItem with a certain leading, String and Font.
     
    ListItem(String string, Font font)
    Deprecated.
    Constructs a ListItem with a certain String and a certain Font.
     
    Paragraph(float leading, String string, Font font)
    Deprecated.
    Constructs a Paragraph with a certain leading, String and Font.
     
    Paragraph(String string, Font font)
    Deprecated.
    Constructs a Paragraph with a certain String and a certain Font.
     
    Phrase(float leading, String string, Font font)
    Deprecated.
    Constructs a Phrase with a certain leading, a certain String and a certain Font.
     
    Phrase(String string, Font font)
    Deprecated.
    Constructs a Phrase with a certain String and a certain Font.
  • Uses of Font in com.lowagie.text.html

    Fields in com.lowagie.text.html declared as Font
    Modifier and Type
    Field
    Description
    protected Font
    HtmlWriter.standardfont
    Deprecated.
    This is the standard font of the HTML.
    Fields in com.lowagie.text.html with type parameters of type Font
    Modifier and Type
    Field
    Description
    protected Stack<Font>
    HtmlWriter.currentfont
    Deprecated.
    This is the current font of the HTML.
    Methods in com.lowagie.text.html with parameters of type Font
    Modifier and Type
    Method
    Description
    boolean
    HtmlWriter.isOtherFont(Font font)
    Deprecated.
    Checks if a given font is the same as the font that was last used.
    void
    HtmlWriter.setStandardFont(Font standardfont)
    Deprecated.
    Changes the standardfont.
    protected void
    HtmlWriter.write(Font font, Properties styleAttributes)
    Deprecated.
    Writes the representation of a Font.
  • Uses of Font in com.lowagie.text.html.simpleparser

    Modifier and Type
    Method
    Description
    FactoryProperties.getFont(ChainedProperties props)
    Deprecated.
     
  • Uses of Font in com.lowagie.text.pdf

    Fields in com.lowagie.text.pdf with type parameters of type Font
    Modifier and Type
    Field
    Description
    protected ArrayList<Font>
    FontSelector.fonts
    Deprecated.
     
    Methods in com.lowagie.text.pdf that return Font
    Modifier and Type
    Method
    Description
    PdfSignatureAppearance.getLayer2Font()
    Deprecated.
    Gets the n2 and n4 layer font.
    Methods in com.lowagie.text.pdf with parameters of type Font
    Modifier and Type
    Method
    Description
    void
    FontSelector.addFont(Font font)
    Deprecated.
    Adds a Font to be searched for valid characters.
    protected void
    PdfDocument.addSpacing(float extraspace, float oldleading, Font f)
    Deprecated.
    Adds extra space.
    static float
    PdfSignatureAppearance.fitText(Font font, String text, Rectangle rect, float maxFontSize, int runDirection)
    Deprecated.
    Fits the text to some rectangle adjusting the font size as needed.
    static void
    LayoutProcessor.setKerning(Font font)
    Deprecated.
    Set kerning for one font
    void
    PdfSignatureAppearance.setLayer2Font(Font layer2Font)
    Deprecated.
    Sets the n2 and n4 layer font.
    static void
    LayoutProcessor.setLigatures(Font font)
    Deprecated.
    Set ligatures for one font
    static void
    LayoutProcessor.setRunDirectionLtr(Font font)
    Deprecated.
    Set run direction for one font to LTR
    static void
    LayoutProcessor.setRunDirectionRtl(Font font)
    Deprecated.
    Set run direction for one font to RTL
  • Uses of Font in com.lowagie.text.xml.simpleparser

    Methods in com.lowagie.text.xml.simpleparser with parameters of type Font
    Modifier and Type
    Method
    Description
    static Chunk
    EntitiesToSymbol.get(String e, Font font)
    Deprecated.
    Gets a chunk with a symbol character.