There are 4 properties:
Family
Size
Bold
Italic
Family and Size are code available to set defaults, but the Bold & Italic bools are not.
I tried tinkering but got a too many arguments response.
Font = new SimpleFont("Arial", 18); (correct)
Font = new SimpleFont("Arial", 18, true, true); (Rejected)
Any tricks to set Bold & Italic settings to default to true?
JM

Comment