Handbook
Glossary
CGContextSetShouldSmoothFonts ( c shouldSmoothFonts -- )
Vocabulary
core-graphics
Inputs
c
an
object
shouldSmoothFonts
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
void
CGContextSetShouldSmoothFonts
(
CGContextRef
c,
bool
shouldSmoothFonts )