pangoCairoFontMapNew          package:RGtk2          R Documentation

_p_a_n_g_o_C_a_i_r_o_F_o_n_t_M_a_p_N_e_w

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

     Creates a new 'PangoCairoFontMap' object; a fontmap is used to
     cache information about available fonts, and holds certain global
     parameters such as the resolution. In most cases, you can use
     'pangoCairoFontMapGetDefault' instead.

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

     pangoCairoFontMapNew()

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

     Note that the type of the returned object will depend on the
     particular font backend Cairo was compiled to use; You generally
     should only use the 'PangoFontMap' and 'PangoCairoFontMap'
     interfaces on the returned object.  

     Since  1.10

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

     ['PangoFontMap']  the newly allocated 'PangoFontMap'.

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

     Derived by RGtkGen from GTK+ documentation

