The Speech Bubble module had this workaround for anti aliased strings that were draw in semi transparent backgrounds
https://github.com/messengerbag/SpeechBubble/blob/1c0d6df7c4968f24665b05b9c4e53f4df3e72376/SpeechBubble.asc#L848
In this module we render all the text and later draw it on top of the 9 piece textbox in the background - which should blend and not blit it.
Need to check if this works for the case where the font has anti alias and the background is semi transparent or we need some workaround. One possible source of issue would be with outlines.
But it's possible that the way we work things is alright too.
The Speech Bubble module had this workaround for anti aliased strings that were draw in semi transparent backgrounds
https://github.com/messengerbag/SpeechBubble/blob/1c0d6df7c4968f24665b05b9c4e53f4df3e72376/SpeechBubble.asc#L848
In this module we render all the text and later draw it on top of the 9 piece textbox in the background - which should blend and not blit it.
Need to check if this works for the case where the font has anti alias and the background is semi transparent or we need some workaround. One possible source of issue would be with outlines.
But it's possible that the way we work things is alright too.