cairoSetAntialias           package:RGtk2           R Documentation

_c_a_i_r_o_S_e_t_A_n_t_i_a_l_i_a_s

_D_e_s_c_r_i_p_t_i_o_n:

     Set the antialiasing mode of the rasterizer used for drawing
     shapes. This value is a hint, and a particular backend may or may
     not support a particular value.  At the current time, no backend
     supports 'CAIRO_ANTIALIAS_SUBPIXEL' when drawing shapes.

_U_s_a_g_e:

     cairoSetAntialias(cr, antialias)

_A_r_g_u_m_e_n_t_s:

    'cr': ['Cairo']  a 'Cairo'

'antialias': ['CairoAntialias']  the new antialiasing mode

_D_e_t_a_i_l_s:

     Note that this option does not affect text rendering, instead see
     'cairoFontOptionsSetAntialias'.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

