I have a tooltipservice set to an image, where I want to display a text.
Part of this text we wish to have in bold. Another part in cursive.
The text is obtained from the database and given to the tooltipservice via a binding (localization)
Example: "this is bold and this is cursive but this is normal style"
Is this possible?
I've found online that using the tags < Bold > and < /Bold > should work, but it doesn't seem to for me.