prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
619 stars 121 forks source link

Feature for underlining and italics? #512

Closed enes-yumer-vinci closed 3 months ago

enes-yumer-vinci commented 9 months ago

Hi, I have been using JetUML for my studies. However, I need to underline text and the feature isn't available. Would it be possible to add it?

Thank you

prmr commented 9 months ago

Currently looking into it.

jkcoding7 commented 6 months ago

Users can now underline and italicize their static and abstract elements, respectively, using markups.

Notes:

  1. Any leading or trailing spaces before or after the markups will result in the markup not being applied.
  2. A combination of underlining and italicizing is not supported since an element cannot be both static and abstract. More precisely, / XXX / would make the element abstract and _/ XXX /_ would make it underlined. Only the outside decoration would be applied.