2D Drawing: DrawText() with Anti-aliasing

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PHP
User
User
Posts: 65
Joined: Sat Sep 10, 2005 5:38 pm

2D Drawing: DrawText() with Anti-aliasing

Post by PHP »

DrawText() should have a optional parameter for drawing texts in anti-aliasing-mode.

Or at least a external user library for that like GD for PHP.
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

hi and welcome to pb... just search on the forum and you will see this has been often discussed and there are ways by using API to enable/disable this...
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

va!n wrote:hi and welcome to pb... just search on the forum and you will see this has been often discussed and there are ways by using API to enable/disable this...
:shock:
I'm so dumb! I created that really complicated AA routine for PB, and the only thing i really needed to do was change the registry key, before opening the screen....
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Doesn't the registry key affect all programs?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Image Yup!
But your game can set it on when it starts and back to the original state when it ends :P
PHP
User
User
Posts: 65
Joined: Sat Sep 10, 2005 5:38 pm

Post by PHP »

Sorry, i can't find any posts with this api-call... where is it???
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Post Reply