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
Methods in com.itextpdf.text that return Font.FontFamily Modifier and Type Method Description Font.FontFamilyFont. getFamily()Gets the family of this font.static Font.FontFamilyFont. 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.FontFamilyFont.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.
-