i’m fiddeling with a text to texture generator with the text plugin. saving the text on a transparent background isn’t tricky. renderer background color set alpha to 0 and dx9texure to some format that manages alpha too…write and done.
problem: the color of the background (renderer) is mixed with the antialaising creating a border around the letters.
question: is the textplugin creating a texture with true transparent antialaising inside the plugin and can this texture be send to an output ?