pangoRendererActivate         package:RGtk2         R Documentation

_p_a_n_g_o_R_e_n_d_e_r_e_r_A_c_t_i_v_a_t_e

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

     Does initial setup before rendering operations on 'renderer'.
     'pangoRendererDeactivate' should be called when done drawing.
     Calls such as 'pangoRendererDrawLayout' automatically activate the
     layout before drawing on it. Calls to 'pangoRendererActivate' and
     'pangoRendererDeactivate' can be nested and the renderer will only
     be initialized and deinitialized once.

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

     pangoRendererActivate(object)

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

'object': ['PangoRenderer']  a 'PangoRenderer'

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

     Since  1.8

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

     Derived by RGtkGen from GTK+ documentation

