Does JavaFX support rich text in Tooltips?
Does JavaFX support rich text in Tooltips? The docs for Tooltip.setFont say:
"The default font to use for text in the Tooltip. *If the Tooltip's text is rich text* then this font may or may not be used depending on the font information embedded in the rich text, but in any case where a default font is required, this font will be used. "
But I don't know how to set rich text. I tried using HTML the same way Swing works with HTML but that didn't work (it just showed the HTML source).