Re: [GD-Windows] Disabling ClearType programmatically?
Brought to you by:
vexxed72
From: Andras B. <and...@gm...> - 2006-01-14 01:57:22
|
When you create your font with CreateFont(), you can specify the rendering type with the fdwQuality parameter. Brian Hook wrote: > Is there a way to disable ClearType and revert to a cruder form of AA > (or none at all) when doing font rendering? I'm rendering to an > HBITMAP which I then use for a texture, and ClearType doesn't work so > hot with the rest of the graphics pipeline. > > Brian |