Hello,
Is there a way to change the font style in TextAnnotations to italics? I would like the user to be able to change the text style using a context menu. I can easily override the FontWeight, FontSize, and FontFamily properties, but there is no FontStyle in the documentation.
Regards,
Kamil
- Kamil Macura asked 1 month ago
- You must login to post comments
At the moment, FontStyle is not a property on TextAnnotation. We will add a task to add this but it will not be soon as we are currently feature locked while working on the next major version.
However you can work around this by using a CustomAnnotation instead which allows you to set any svgString. If you want to make that string dynamic, set the getSvgString function instead.
Regards
David
- David Burleigh answered 1 month ago
- You must login to post comments
Please login first to submit.