Pango Markup: links

It would be nice if it were possible to designate a span as a hyperlink. For example,

<span href="https://docs.gtk.org/Pango/pango_markup.html">see here</span>

Thoughts?

And then what? How would you click that? Pango doesn’t do input.

When used with a PDF surface it can render to a PDF url-annotation.
With a SVG surface it can render to a <a> hyperlink.
It can be ignored on surfaces that cannot handle it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.