Uses of Enum Class
com.itextpdf.text.Font.FontFamily
Packages that use Font.FontFamily
-
Uses of Font.FontFamily in com.itextpdf.text
Fields in com.itextpdf.text declared as Font.FontFamilyModifier and TypeFieldDescriptionprivate Font.FontFamily
Font.family
the value of the fontfamily.Methods in com.itextpdf.text that return Font.FontFamilyModifier and TypeMethodDescriptionFont.getFamily()
Gets the family of this font.static Font.FontFamily
Translates aString
-value of a certain family into the FontFamily enum that is used for this family in this class.static Font.FontFamily
Returns the enum constant of this class with the specified name.static Font.FontFamily[]
Font.FontFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.itextpdf.text with parameters of type Font.FontFamilyModifierConstructorDescriptionFont
(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.