D
**Developer**
I can add Bold to a font as follows:
new Font(myFont, myFont.Style or FontStyle.Bold)
But how can I remove it?
(Not myFont.Style-FontStyle.Bold because myFont.Style may not include
Bold)
Thanks
new Font(myFont, myFont.Style or FontStyle.Bold)
But how can I remove it?
(Not myFont.Style-FontStyle.Bold because myFont.Style may not include
Bold)
Thanks