The problem is that I need to change Label FontWeight and FontStyle programmatically but nothing seems to work... this is what I've tried so far:
label.FontWeight = FontWeight.FromOpenTypeWeight(99);
For label.FontStyle I have no idea, I got stuck here:
label.FontStyle = new FontStyle();
I have no idea what to do from there on. I googled like crazy but found nothing.
Thanks in advance for any suggestion!