|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Font in com.lowagie.text |
|---|
| Fields in com.lowagie.text declared as Font | |
|---|---|
protected Font |
Phrase.font
This is the font of this phrase. |
protected Font |
Chunk.font
This is the Font of this chunk of text. |
| Methods in com.lowagie.text that return Font | |
|---|---|
Font |
Font.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
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 |
FontProvider.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)
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. |
| Methods in com.lowagie.text with parameters of type Font | |
|---|---|
Font |
Font.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
static Chunk |
SpecialSymbol.get(char c,
Font font)
Gets a chunk with a symbol character. |
static Phrase |
Phrase.getInstance(int leading,
String string,
Font font)
Gets a special kind of Phrase that changes some characters into corresponding symbols. |
void |
Phrase.setFont(Font font)
Sets the main font of this phrase. |
void |
Chunk.setFont(Font font)
Sets the font of this Chunk. |
| Constructors in com.lowagie.text with parameters of type Font | |
|---|---|
Anchor(float leading,
String string,
Font font)
Constructs an Anchor with a certain leading,
a certain String and a certain Font. |
|
Anchor(String string,
Font font)
Constructs an Anchor with a certain String
and a certain Font. |
|
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 |
|
ListItem(float leading,
String string,
Font font)
Constructs a ListItem with a certain leading, String
and Font. |
|
ListItem(String string,
Font font)
Constructs a ListItem with a certain String
and a certain Font. |
|
Paragraph(float leading,
String string,
Font font)
Constructs a Paragraph with a certain leading, String
and Font. |
|
Paragraph(String string,
Font font)
Constructs a Paragraph with a certain String
and a certain Font. |
|
Phrase(float leading,
String string,
Font font)
Constructs a Phrase with a certain leading, a certain String
and a certain Font. |
|
Phrase(String string,
Font font)
Constructs a Phrase with a certain String and a certain Font. |
|
| Uses of Font in com.lowagie.text.html |
|---|
| Fields in com.lowagie.text.html declared as Font | |
|---|---|
protected Font |
HtmlWriter.standardfont
This is the standard font of the HTML. |
| Methods in com.lowagie.text.html with parameters of type Font | |
|---|---|
boolean |
HtmlWriter.isOtherFont(Font font)
Checks if a given font is the same as the font that was last used. |
void |
HtmlWriter.setStandardFont(Font standardfont)
Changes the standardfont. |
protected void |
HtmlWriter.write(Font font,
Properties styleAttributes)
Writes the representation of a Font. |
| Uses of Font in com.lowagie.text.html.simpleparser |
|---|
| Methods in com.lowagie.text.html.simpleparser that return Font | |
|---|---|
Font |
FactoryProperties.getFont(ChainedProperties props)
|
| Uses of Font in com.lowagie.text.pdf |
|---|
| Methods in com.lowagie.text.pdf that return Font | |
|---|---|
Font |
PdfSignatureAppearance.getLayer2Font()
Gets the n2 and n4 layer font. |
| Methods in com.lowagie.text.pdf with parameters of type Font | |
|---|---|
void |
FontSelector.addFont(Font font)
Adds a Font to be searched for valid characters. |
protected void |
PdfDocument.addSpacing(float extraspace,
float oldleading,
Font f)
Adds extra space. |
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.lowagie.text.rtf.field |
|---|
| Methods in com.lowagie.text.rtf.field with parameters of type Font | |
|---|---|
void |
RtfField.setFont(Font font)
Override setFont to perform the correct font handling. |
| Constructors in com.lowagie.text.rtf.field with parameters of type Font | |
|---|---|
RtfField(RtfDocument doc,
Font font)
Constructs a RtfField for a RtfDocument. |
|
RtfPageNumber(Font font)
Constructs a RtfPageNumber with a specified Font. |
|
RtfPageNumber(RtfDocument doc,
Font font)
Constructs a RtfPageNumber object with a specific font. |
|
RtfTotalPageNumber(Font font)
Constructs a RtfTotalPageNumber with a specified Font. |
|
RtfTotalPageNumber(RtfDocument doc,
Font font)
Constructs a RtfTotalPageNumber object with a specific font. |
|
| Uses of Font in com.lowagie.text.rtf.list |
|---|
| Methods in com.lowagie.text.rtf.list with parameters of type Font | |
|---|---|
void |
RtfListLevel.setBulletFont(Font f)
set the bullet font |
| Uses of Font in com.lowagie.text.rtf.parser.destinations |
|---|
| Methods in com.lowagie.text.rtf.parser.destinations that return Font | |
|---|---|
Font |
RtfDestinationFontTable.getFont(String key)
Get a Font object from the font map object |
| Uses of Font in com.lowagie.text.rtf.style |
|---|
| Subclasses of Font in com.lowagie.text.rtf.style | |
|---|---|
class |
RtfFont
The RtfFont class stores one font for an rtf document. |
class |
RtfParagraphStyle
The RtfParagraphStyle stores all style/formatting attributes of a RtfParagraph. |
| Methods in com.lowagie.text.rtf.style that return Font | |
|---|---|
Font |
RtfFont.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
| Methods in com.lowagie.text.rtf.style with parameters of type Font | |
|---|---|
Font |
RtfFont.difference(Font font)
Replaces the attributes that are equal to null with the attributes of a given font. |
| Constructors in com.lowagie.text.rtf.style with parameters of type Font | |
|---|---|
RtfFont(RtfDocument doc,
Font font)
Constructs a RtfFont from a com.lowagie.text.Font |
|
| Uses of Font in com.lowagie.text.xml.simpleparser |
|---|
| Methods in com.lowagie.text.xml.simpleparser with parameters of type Font | |
|---|---|
static Chunk |
EntitiesToSymbol.get(String e,
Font font)
Gets a chunk with a symbol character. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||