[DUG] Using TextOut with Graphics 32 package

Nicholas Sherlock n_sherlock at ihug.co.nz
Fri Feb 24 15:30:18 NZDT 2006


Grant Brown wrote:
>
> Is there any one on this list that uses the Graphics 32 package. (in 
> particular the TextOut function with Win API flags)
>
> Could they please post a code snippet showing how one makes it work.
>
> All I ever seem to be able to achieve is a blank box.
The Win32 textout routines don't know about alpha channels, so the text 
that you're writing may be invisible. You could turn off blending to see 
the result.

Cheers,
Nicholas Sherlock


More information about the Delphi mailing list