Uses of Enum Class
com.itextpdf.text.Font.FontFamily
Packages that use Font.FontFamily
-
Uses of Font.FontFamily in com.itextpdf.text
Subclasses with type arguments of type Font.FontFamily in com.itextpdf.textMethods in com.itextpdf.text that return Font.FontFamilyModifier and TypeMethodDescriptionFont.getFamily()Gets the family of this font.static Font.FontFamilyTranslates aString-value of a certain family into the FontFamily enum that is used for this family in this class.static Font.FontFamilyReturns 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.