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.fontThis is theFontof this chunk of text.protected FontPhrase.fontThis is the font of this phrase.Methods in com.lowagie.text that return FontModifier and TypeMethodDescriptionFont.difference(Font font) Replaces the attributes that are equal to null with the attributes of a given font.Chunk.getFont()Gets the font of thisChunk.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontFontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color) Constructs aFont-object.static FontFontFactory.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached) Constructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontConstructs aFont-object.static FontFontFactory.getFont(Properties attributes) Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.FontFactoryImp.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color) Constructs aFont-object.FontFactoryImp.getFont(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached) Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.Constructs aFont-object.FontFactoryImp.getFont(Properties attributes) Constructs aFont-object.Phrase.getFont()Gets the font of the firstChunkthat appears in thisPhrase.Methods in com.lowagie.text with parameters of type FontModifier and TypeMethodDescriptionFont.difference(Font font) Replaces the attributes that are equal to null with the attributes of a given font.static ChunkGets a chunk with a symbol character.static final PhrasePhrase.getInstance(int leading, String string, Font font) Gets a special kind of Phrase that changes some characters into corresponding symbols.voidSets the font of thisChunk.voidSets the main font of this phrase.Constructors in com.lowagie.text with parameters of type FontModifierConstructorDescriptionConstructs anAnchorwith a certain leading, a certainStringand a certainFont.Constructs anAnchorwith a certainStringand a certainFont.Constructs a chunk of text with a char and a certainFont.Constructs a chunk of text with a certain content and a certainFont.Copy constructor of a FontConstructs aListItemwith a certain leading,StringandFont.Constructs aListItemwith a certainStringand a certainFont.Constructs aParagraphwith a certain leading,StringandFont.Constructs aParagraphwith a certainStringand a certainFont.Constructs aPhrasewith a certain leading, a certainStringand a certainFont.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.standardfontThis is the standard font of the HTML.Methods in com.lowagie.text.html with parameters of type FontModifier and TypeMethodDescriptionbooleanHtmlWriter.isOtherFont(Font font) Checks if a given font is the same as the font that was last used.voidHtmlWriter.setStandardFont(Font standardfont) Changes the standardfont.protected voidHtmlWriter.write(Font font, Properties styleAttributes) 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
Methods in com.lowagie.text.pdf that return FontModifier and TypeMethodDescriptionPdfSignatureAppearance.getLayer2Font()Gets the n2 and n4 layer font.Methods in com.lowagie.text.pdf with parameters of type FontModifier and TypeMethodDescriptionvoidAdds aFontto be searched for valid characters.protected voidPdfDocument.addSpacing(float extraspace, float oldleading, Font f) Adds extra space.static floatPdfSignatureAppearance.fitText(Font font, String text, Rectangle rect, float maxFontSize, int runDirection) Fits the text to some rectangle adjusting the font size as needed.voidPdfSignatureAppearance.setLayer2Font(Font layer2Font) Sets the n2 and n4 layer font. -
Uses of Font in com.lowagie.text.xml.simpleparser
Methods in com.lowagie.text.xml.simpleparser with parameters of type Font