Hi Neil,
You need to OR the values together so use code such as:-
set myFont to new System.Drawing.Font("Microsoft Sans Serif"
, 18
, type System.Drawing.FontStyle::Bold
b-or
type System.Drawing.FontStyle::Underline)
Regards
David
Hi Neil,
You need to OR the values together so use code such as:-
set myFont to new System.Drawing.Font("Microsoft Sans Serif"
, 18
, type System.Drawing.FontStyle::Bold
b-or
type System.Drawing.FontStyle::Underline)
Regards
David