gdkPangoContextGetForScreen      package:RGtk2      R Documentation

_g_d_k_P_a_n_g_o_C_o_n_t_e_x_t_G_e_t_F_o_r_S_c_r_e_e_n

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

     Creates a 'PangoContext' for 'screen'.

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

     gdkPangoContextGetForScreen(screen)

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

'screen': ['GdkScreen']  the 'GdkScreen' for which the context is to be
          created.

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

     .

     When using GTK+, normally you should use
     'gtkWidgetGetPangoContext' instead of this function, to get the
     appropriate context for the widget you intend to render text onto.

     The newly created context will have the default font options (see
     'CairoFontOptions') for the screen; if these options change it
     will not be updated. Using 'gtkWidgetGetPangoContext' is more
     convenient if you want to keep a context around and track changes
     to the screen's font rendering settings.  

     Since  2.2

_V_a_l_u_e:

     ['PangoContext']  a new 'PangoContext' for 'screen'

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

     Derived by RGtkGen from GTK+ documentation

