[]
Gets or sets the family name of the font.
The list of the font family names in the order of preferences, separated by commas. Each font family name can be the one that was registered using the PdfDocument.registerFont method or the name of one of the PDF standard font families: 'courier', 'helvetica', 'symbol', 'times', 'zapfdingbats' or the superfamily name: 'cursive', 'fantasy', 'monospace', 'serif', 'sans-serif'.
Gets or sets the size of the font.
Gets or sets the style of the font.
The following values are supported: 'normal', 'italic', 'oblique'.
Gets or sets the weight of the font.
The following values are supported: 'normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900'.
Represents a font.