Is there a way to increase the symbol/relations notation size, when the text sizes are increased?

0 votes
asked Oct 31, 2022 in Question / help by Bangalore Wraith (140 points)

Hello
Is there a way to increase the relations notation/symbol size, when the text sizes are increased?

in complex class diagrams the aggregation or composition notation looks very small. Because I need to print the diagram with A4 paper

 Here is an example:

@startuml
<style>
class {
  FontSize 72
}
element {
  title {
    FontSize 72
  }
}
</style>
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
@enduml

Thank you 

commented Nov 1, 2022 by The-Lu (64,760 points)

Hello B.W., and all,

Instead of increase only the fontsize, have you test to increase all the diagram with the scale command:

scale 3

If that can help,
Regards.

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.
...