Uses of Class
com.aowagie.text.Font
Packages that use Font
-
Uses of Font in com.aowagie.text
Fields in com.aowagie.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.aowagie.text that return FontModifier and TypeMethodDescriptionChunk.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.aowagie.text with parameters of type FontModifier and TypeMethodDescriptionvoidSets the font of thisChunk.voidSets the main font of this phrase.Constructors in com.aowagie.text with parameters of type FontModifierConstructorDescriptionConstructs 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 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.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return FontModifier and TypeMethodDescriptionPdfSignatureAppearance.getLayer2Font()Gets the n2 and n4 layer font.Methods in com.aowagie.text.pdf with parameters of type FontModifier and TypeMethodDescriptionvoidPdfSignatureAppearance.setLayer2Font(Font layer2Font) Sets the n2 and n4 layer font. -
Uses of Font in com.aowagie.text.xml.simpleparser
Methods in com.aowagie.text.xml.simpleparser with parameters of type Font