Implemented drawing "transparent" texts

This commit is contained in:
Klaus Schmidinger
2004-06-05 11:42:08 +02:00
parent 2a5a55cee7
commit 00645daa93
4 changed files with 14 additions and 6 deletions

View File

@@ -2876,3 +2876,6 @@ Video Disk Recorder Revision History
- Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case
the pixel coordinates were outside this bitmap (thanks to Sascha Volkenandt for
reporting this one).
- The cBitmap::DrawText() function now doesn't set any background pixels if the
given background color is clrTransparent. This allows drawing "transparent"
texts (suggested by Sascha Volkenandt).