Package | Description |
---|---|
com.itextpdf.text |
Modifier and Type | Method and Description |
---|---|
Font.FontFamily |
Font.getFamily()
Gets the family of this font.
|
static Font.FontFamily |
Font.getFamily(java.lang.String family)
Translates a
String -value of a certain family into the
FontFamily enum that is used for this family in this class. |
static Font.FontFamily |
Font.FontFamily.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.FontFamily[] |
Font.FontFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Font(Font.FontFamily family)
Constructs a Font.
|
Font(Font.FontFamily family,
float size)
Constructs a Font.
|
Font(Font.FontFamily family,
float size,
int style)
Constructs a Font.
|
Font(Font.FontFamily family,
float size,
int style,
BaseColor color)
Constructs a Font.
|
Copyright © 2013. All Rights Reserved.