|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font.FontFamily | |
---|---|
com.itextpdf.text |
Uses of Font.FontFamily in com.itextpdf.text |
---|
Methods in com.itextpdf.text that return Font.FontFamily | |
---|---|
Font.FontFamily |
Font.getFamily()
Gets the family of this font. |
static Font.FontFamily |
Font.getFamily(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(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're declared. |
Constructors in com.itextpdf.text with parameters of type Font.FontFamily | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |