| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf | |
| com.aowagie.text.xml.simpleparser |
| Modifier and Type | Field and Description |
|---|---|
protected Font |
Phrase.font
This is the font of this phrase.
|
protected Font |
Chunk.font
This is the
Font of this chunk of text. |
| Modifier and Type | Method and Description |
|---|---|
Font |
Phrase.getFont()
Gets the font of the first
Chunk that appears in this Phrase. |
Font |
Chunk.getFont()
Gets the font of this
Chunk. |
Font |
FontFactoryImp.getFont(Properties attributes)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(Properties attributes)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
float size)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
float size)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
float size,
Color color)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
float size,
Color color)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
float size,
int style)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
float size,
int style)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
float size,
int style,
Color color)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
float size,
int style,
Color color)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color,
boolean cached)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
boolean embedded,
float size,
int style,
Color color,
boolean cached)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
float size)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
float size)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
float size,
int style)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
float size,
int style)
Constructs a
Font-object. |
Font |
FontFactoryImp.getFont(String fontname,
String encoding,
float size,
int style,
Color color)
Constructs a
Font-object. |
static Font |
FontFactory.getFont(String fontname,
String encoding,
float size,
int style,
Color color)
Constructs a
Font-object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Phrase.setFont(Font font)
Sets the main font of this phrase.
|
void |
Chunk.setFont(Font font)
Sets the font of this
Chunk. |
| Constructor and Description |
|---|
Chunk(char c,
Font font)
Constructs a chunk of text with a char and a certain
Font. |
Chunk(String content,
Font font)
Constructs a chunk of text with a certain content and a certain
Font. |
Font(Font other)
Copy constructor of a Font
|
Paragraph(String string,
Font font)
Constructs a
Paragraph with a certain String
and a certain Font. |
Phrase(String string,
Font font)
Constructs a
Phrase with a certain String and a certain Font. |
| Modifier and Type | Method and Description |
|---|---|
Font |
PdfSignatureAppearance.getLayer2Font()
Gets the n2 and n4 layer font.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfSignatureAppearance.setLayer2Font(Font layer2Font)
Sets the n2 and n4 layer font.
|
| Modifier and Type | Method and Description |
|---|---|
static Chunk |
EntitiesToSymbol.get(String e,
Font font)
Gets a chunk with a symbol character.
|
Copyright © 2021. All rights reserved.