Hi Micah,
I try to write text in canvas widget in the following way:
pgWriteCmd(from,PGCANVAS_GROP,3,PG_GROP_TEXT,100,100);
pgWriteCmd(from,PGCANVAS_SETGROP,2,PG_GROP_TEXT,pgNewString("TEST"));
pgWriteCmd(from,PGCANVAS_SETGROP,1,0x000000);
pgWriteCmd(from,PGCANVAS_COLORCONV,1,1);
But the result is just an black square from origine to the pointer.
As when I try to load bitmap in the canvas widget.
Could you tell me how to write text and bitmap in canvas widget?
Thanks,
Philippe
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel