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 Font
Chunk.font
This is theFont
of this chunk of text.protected Font
Phrase.font
This is the font of this phrase.Methods in com.aowagie.text that return FontModifier and TypeMethodDescription(package private) Font
Font.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 Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
FontFactory.getFont
(String fontname, String encoding, boolean embedded, float size, int style, Color color) Constructs aFont
-object.static Font
FontFactory.getFont
(String fontname, String encoding, boolean embedded, float size, int style, Color color, boolean cached) Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
Constructs aFont
-object.static Font
FontFactory.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 firstChunk
that appears in thisPhrase
.Methods in com.aowagie.text with parameters of type FontModifier and TypeMethodDescription(package private) Font
Font.difference
(Font font) Replaces the attributes that are equal to null with the attributes of a given font.private static final Phrase
Phrase.getInstance
(int leading, String string, Font font) Gets a special kind of Phrase that changes some characters into corresponding symbols.void
Sets the font of thisChunk
.void
Sets 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 aParagraph
with a certainString
and a certainFont
.Constructs aPhrase
with a certain leading, a certainString
and a certainFont
.Constructs aPhrase
with a certainString
and a certainFont
. -
Uses of Font in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as FontModifier and TypeFieldDescriptionprivate Font
PdfSignatureAppearance.layer2Font
Holds value of property layer2Font.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 TypeMethodDescriptionvoid
Adds aFont
to be searched for valid characters.protected void
PdfDocument.addSpacing
(float extraspace, float oldleading, Font f) Adds extra space.private static float
PdfSignatureAppearance.fitText
(Font font, 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.aowagie.text.xml.simpleparser
Methods in com.aowagie.text.xml.simpleparser with parameters of type Font