Uses of Class
com.itextpdf.text.Font.FontFamily
-
Packages that use Font.FontFamily Package Description com.itextpdf.text -
-
Uses of Font.FontFamily in com.itextpdf.text
Fields in com.itextpdf.text declared as Font.FontFamily Modifier and Type Field Description private Font.FontFamily
Font. family
the value of the fontfamily.Methods in com.itextpdf.text that return Font.FontFamily Modifier and Type Method Description Font.FontFamily
Font. getFamily()
Gets the family of this font.static Font.FontFamily
Font. getFamily(java.lang.String family)
Translates aString
-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.Constructors in com.itextpdf.text with parameters of type Font.FontFamily Constructor 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.
-