DrawText background

BlitzMax Forums/BlitzMax Programming/DrawText background

Does anyone know how to draw text using DrawText but without the black background?

don't use it with SetBlend SOLIDBLEND.

MASKBLEND or ALPHABLEND should be fine.

Thx!
It works fine now