Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

fix-width font in tooltips

0 votes

Is it possible to choose or set a fix-width font for texts displayed within tooltips? So, when hovering over an element?

I want to add additional information to particular elements using ASCII-art drawings. This only works with non-proportional fonts.

ago in Help by

1 Answer

0 votes

Yes, it is. yEd's tool tips support HTML formatted text. E.g.

<html><head></head><body>
<span style="font-family:'Monospaced';">text here</span>
</body></html>

should result in the desired formatting.

ago by [yWorks] (161k points)
Legal Disclosure | Privacy Policy
...