Defold-RichText

it might be a bit more complicated than that, since you can’t always split the text if a tag spans two lines. I think the best solution would be to leave rich text as is and make a function that, given a words table, queries their positions and selects only the ones in a given height range, moves them up and deletes the other ones.