What fonts are supported for Charts? Or how are they supported?
Is it what font is in the Fonts folder?
I'm trying to use a few fonts that are in the Control Panel\Appearance and Personalization\Fonts
example,
Trajan Pro: charttitle.TextStyle.FontStyle = New NFontStyle("Trajan Pro", 32, FontStyle.Regular)
but it seems to not pick up, other fonts do,
Rockwell works:
charttitle.TextStyle.FontStyle = New NFontStyle("Rockwell", 32, FontStyle.Regular)
Is there a list of supported fonts or something?