[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
color, text, and bitmaps
- Subject: color, text, and bitmaps
- From: Ranson <ranson@LANNION.cnet.fr>
- Date: Wed, 16 Jun 1993 03:16:00 +0000
For color, you have to use a pixmap (similar to a bitmap, but with several bits
per pixel). Bitmaps can only store black and white.
I'm not sure what you want for text. You can draw text to your bitmap using
DrawString or DrawText. If you want to overlay text on your drawing and be able
to change it afterwards, you may want to use several bitmaps and combine their
contents on screen with transfer modes.
Daniel.