Difference between fonts.

0 votes
asked Jun 23, 2022 in Question / help by Astonfe

Dear All,
I don't understand the difference between the fonts Liberation Sans Narrow and DejaVu Sans Condensed. Both are installed, but the first works and the second not. An example is shown below:

@startuml
digraph G {
edge  [fontname="Liberation Sans Narrow" arrowhead=none]
graph [fontname="Liberation Sans Narrow" nodesep=0.25 ranksep=0.25]
node  [fontname="Liberation Sans Narrow" shape=box]

a [label="Qwerty"]
b [label="Asdfgh"]

a -> b

}
@enduml

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