[Mono-list] Gdk: Text drawing on pixmap

Willem J.W. Semmelink willems@digicore.co.za
Fri, 13 Feb 2004 09:37:20 +0200


Hi all
I have an application that draws rectangles, lines, etc on a pixmap.=20
The Gdk.Pixmap class is ideally suited for that purpose, as it has=20
methods for drawing lines, rectangles, images on the pixmap.=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?

Thanks
Willem Semmelink