Changing Font Name of a Spot Letter

+1 vote
asked Feb 27, 2023 in Closed feature request by anonymous
edited Feb 27, 2023

Hello!

I was wondering if it's possible to change the font used in the spot letter of a class diagram? Last week I posted a similar question regarding changing the spot background color, font color, and border color. I was directed to using the new <style> features, however I haven't figured out how to use <style> to change the font of the spot letter.

So far, I have tried a couple different variations of using the `fontName` field within the style block. For instance, I have tried both:

<style>
spot{
    FontName: Verdana; 
}
</style>
And
<style>
spot{
    spotClass {
        FontName: Verdana;
    }
}
</style>

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...