Uses of Enum Class
com.storedobject.pdf.PDFFont.FontFamily
Packages that use PDFFont.FontFamily
-
Uses of PDFFont.FontFamily in com.storedobject.pdf
Methods in com.storedobject.pdf that return PDFFont.FontFamilyModifier and TypeMethodDescriptionPDFFont.getFamily()
Get the font family.static PDFFont.FontFamily
Get the font family for the given name.static PDFFont.FontFamily
Returns the enum constant of this class with the specified name.static PDFFont.FontFamily[]
PDFFont.FontFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.storedobject.pdf with parameters of type PDFFont.FontFamilyModifierConstructorDescriptionPDFFont
(PDFFont.FontFamily family) Constructor.PDFFont
(PDFFont.FontFamily family, float size) Constructor.PDFFont
(PDFFont.FontFamily family, float size, int style) Constructor.PDFFont
(PDFFont.FontFamily family, float size, int style, PDFColor color) Constructor.