DrawText background

BlitzMax Forums/BlitzMax Programming/DrawText background

Sanctus(Posted 2007) [#1]
Does anyone know how to draw text using DrawText but without the black background?


GfK(Posted 2007) [#2]
don't use it with SetBlend SOLIDBLEND.

MASKBLEND or ALPHABLEND should be fine.


Sanctus(Posted 2007) [#3]
Thx!
It works fine now