[Mono-list] Gdk: Text drawing on pixmap

Willem J.W. Semmelink willems@digicore.co.za
Mon, 23 Feb 2004 10:14:15 +0200


Thanks Miguel.=20
I got it done.
Willem
=20
>> Now I also need to draw text on the image. Pixmap however does not
>> have a method for drawing text, so is there possibly another way I=20
>> can get text on the pixmap?

Look at the mlist source code (on the Gtk# wiki), it shows how to do
this.

Or the list.cs widget in monodoc, that is another example.