FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   hint(SMOOTH_IMAGES)
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: hint(SMOOTH_IMAGES)  (Read 491 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
hint(SMOOTH_IMAGES)
« on: Apr 25th, 2003, 3:28am »

if i call hint(SMOOTH_IMAGES), how do i disable this? smooth() doesn't really work with BFont so hint(SMOOTH_IMAGES) has to be called.
 
* not too sure if this is deprecated as of 0054.
 
arielm

WWW
Re: hint(SMOOTH_IMAGES)
« Reply #1 on: Apr 25th, 2003, 10:44pm »

according to "revisions.txt", simply:
 
unhint(SMOOTH_IMAGES)
 

Ariel Malka | www.chronotext.org
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: hint(SMOOTH_IMAGES)
« Reply #2 on: Apr 26th, 2003, 8:05am »

ah yes, thanks.
 
Pages: 1 

« Previous topic | Next topic »