How to add a hyperlink to text #2603
Answered
by
ojb500
WartinCodes
asked this question in
Q&A
-
I have SkiaSharp installed in a .NET 6 project. I have an image that I use as a template and send it by email, and I dynamically write text on it. How can I add a hyperlink to a text? How can I solve it? |
Beta Was this translation helpful? Give feedback.
Answered by
ojb500
Sep 12, 2023
Replies: 1 comment
-
This is not really within SkiaSharp's capabilities, if you are generating a JPG/PNG image I would suggest using either HTML image maps |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WartinCodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not really within SkiaSharp's capabilities, if you are generating a JPG/PNG image I would suggest using either HTML image maps
<map>
or slicing your image into several smaller images