-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
Hi,
I would like to get the html text and not the raw text. How I can dot that? I also would like to get data from graphic software (like photoshop) which I suppose is svg (but I'm not sure).
I tried to register with the following mime type without success (is_convertible
returns false):
clip::format html_format = clip::register_format("text/html");
clip::format rich_format = clip::register_format("text/richtext");
clip::format svg_format = clip::register_format("image/svg+xml");
Is there a way to get these formats?
Also, is it possible to get the list of the current formats in the clipboard?