Uses of Class
com.lowagie.text.Font
Packages that use Font
Package
Description
-
Uses of Font in com.lowagie.text
Fields in com.lowagie.text declared as FontModifier and TypeFieldDescriptionprotected FontChunk.fontDeprecated.This is theFontof this chunk of text.protected FontPhrase.fontDeprecated.This is the font of this phrase.Methods in com.lowagie.text that return FontModifier and TypeMethodDescriptionStandardFonts.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 thisChunk.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontFontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color) Deprecated.Constructs aFont-object.static FontFontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached) Deprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontDeprecated.Constructs aFont-object.static FontFontFactory.getFont(Properties attributes) Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.FontFactoryImp.getFont(String fontName, String encoding, boolean embedded, float size, int style, Color color) Deprecated.Constructs aFont-object.FontFactoryImp.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached) Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.Deprecated.Constructs aFont-object.FontFactoryImp.getFont(Properties attributes) Deprecated.Constructs aFont-object.FontProvider.getFont(String fontName, String encoding, boolean embedded, float size, int style, Color color) Constructs aFont-object.Phrase.getFont()Deprecated.Gets the font of the firstChunkthat appears in thisPhrase.Methods in com.lowagie.text with parameters of type FontModifier and TypeMethodDescriptionFont.difference(Font font) Deprecated.Replaces the attributes that are equal to null with the attributes of a given font.static ChunkDeprecated.Gets a chunk with a symbol character.static final PhrasePhrase.getInstance(int leading, String string, Font font) Deprecated.Gets a special kind of Phrase that changes some characters into corresponding symbols.voidDeprecated.Sets the font of thisChunk.voidDeprecated.Sets the main font of this Phrase.Constructors in com.lowagie.text with parameters of type FontModifierConstructorDescriptionDeprecated.Constructs anAnchorwith a certain leading, a certainStringand a certainFont.Deprecated.Constructs anAnchorwith a certainStringand a certainFont.Deprecated.Constructs a chunk of text with a char and a certainFont.Deprecated.Constructs a chunk of text with a certain content and a certainFont.Deprecated.Copy constructor of a FontDeprecated.Deprecated.Constructs aListItemwith a certain leading,StringandFont.Deprecated.Constructs aListItemwith a certainStringand a certainFont.Deprecated.Constructs aParagraphwith a certain leading,StringandFont.Deprecated.Constructs aParagraphwith a certainStringand a certainFont.Deprecated.Constructs aPhrasewith a certain leading, a certainStringand a certainFont.Deprecated.Constructs aPhrasewith a certainStringand a certainFont. -
Uses of Font in com.lowagie.text.html
Fields in com.lowagie.text.html declared as FontModifier and TypeFieldDescriptionprotected FontHtmlWriter.standardfontDeprecated.This is the standard font of the HTML.Fields in com.lowagie.text.html with type parameters of type FontModifier and TypeFieldDescriptionHtmlWriter.currentfontDeprecated.This is the current font of the HTML.Methods in com.lowagie.text.html with parameters of type FontModifier and TypeMethodDescriptionbooleanHtmlWriter.isOtherFont(Font font) Deprecated.Checks if a given font is the same as the font that was last used.voidHtmlWriter.setStandardFont(Font standardfont) Deprecated.Changes the standardfont.protected voidHtmlWriter.write(Font font, Properties styleAttributes) Deprecated.Writes the representation of aFont. -
Uses of Font in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser that return Font -
Uses of Font in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type FontMethods in com.lowagie.text.pdf that return FontModifier and TypeMethodDescriptionPdfSignatureAppearance.getLayer2Font()Deprecated.Gets the n2 and n4 layer font.Methods in com.lowagie.text.pdf with parameters of type FontModifier and TypeMethodDescriptionvoidDeprecated.Adds aFontto be searched for valid characters.protected voidPdfDocument.addSpacing(float extraspace, float oldleading, Font f) Deprecated.Adds extra space.static floatPdfSignatureAppearance.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 voidLayoutProcessor.setKerning(Font font) Deprecated.Set kerning for one fontvoidPdfSignatureAppearance.setLayer2Font(Font layer2Font) Deprecated.Sets the n2 and n4 layer font.static voidLayoutProcessor.setLigatures(Font font) Deprecated.Set ligatures for one fontstatic voidLayoutProcessor.setRunDirectionLtr(Font font) Deprecated.Set run direction for one font to LTRstatic voidLayoutProcessor.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