Hello, > I have an application that draws rectangles, lines, etc on a pixmap. > The Gdk.Pixmap class is ideally suited for that purpose, as it has > methods for drawing lines, rectangles, images on the pixmap. > > 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 > 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. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
