gf_context_set_antialias()

Set the antialias behavior

Synopsis:

#include <gf/gf.h>

void gf_context_set_antialias( gf_context_t context,
                               unsigned flags );

Arguments:

context
The graphics context to set the antialias flags for.
flags
This argument is ignored; set to 0.

Library:

gf

Description:

This function sets the antialias behavior for subsequent draw operations for a draw context. After this function is called, antialiasing is applied to all applicable draw primitives (polylines and polygons). Antialiasing allows you to visually approximate an ideal resolution display by varying the intensities of discrete pixels, making edges appear smoother.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_disable_antialias()