Drawline DirectX

BlitzMax Forums/BlitzMax Programming/Drawline DirectX

Raz(Posted 2007) [#1]
Tried a search but couldn't see it anywhere! Is there a D3D7Max2DDriver() equivalent of the following commands?

glEnable(GL_LINE_SMOOTH)
glHint(GL_LINE_SMOOTH,GL_NICEST)
glLineWidth(2)

ta!

edit> setlinewidth() works but by the looks of it there aren't settings for the other ones, no big deal!