gdkPangoContextGet           package:RGtk2           R Documentation

_g_d_k_P_a_n_g_o_C_o_n_t_e_x_t_G_e_t

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

     Creates a 'PangoContext' for the default GDK screen.

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

     gdkPangoContextGet()

_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 default 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.

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

     ['PangoContext']  a new 'PangoContext' for the default display

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

     Derived by RGtkGen from GTK+ documentation

