I am trying to build a text, that contains a .png inside. To be more clear I want something like this: "text text text image text text text"
I tried using StackLayout or Grid, but it does't help because the text is too long and it goes over more lines. This is the output I am trying to achieve:

If the text is not dynamically changed, you could create the label line by line.
For example:
Make some slight changes to the margin, padding, height or width to make it look good.
Hope it helps.