Re: turning off anti aliasing of fonts
Re: turning off anti aliasing of fonts
- Subject: Re: turning off anti aliasing of fonts
- From: David Remahl <email@hidden>
- Date: Mon, 27 May 2002 15:09:32 +0200
>
Hi all,
>
>
If i understand what was said on the list, this is far from a simple
>
question. Anyway, many people are asking me for such a feature.
>
>
- Are there hints to help them? such that choosing a specific font...
>
- Is there a chance that something will change about that in a
>
forthcoming system release.
>
>
thx
Anti-alising of fonts is a property of the graphics state. There is a
function to control this (at least there is in the Jaguar seed):
/** Antialiasing functions. **/
/* Turn off antialiasing if `shouldAntialias' is zero; turn it on
* otherwise. This parameter is part of the graphics state. */
CG_EXTERN void CGContextSetShouldAntialias(CGContextRef c, bool
shouldAntialias);
/ Sincerely, David Remahl
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.