pangoCairoFontMapNewForFontType    package:RGtk2    R Documentation

_p_a_n_g_o_C_a_i_r_o_F_o_n_t_M_a_p_N_e_w_F_o_r_F_o_n_t_T_y_p_e

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

     Creates a new 'PangoCairoFontMap' object of the type suitable to
     be used with cairo font backend of type 'fonttype'.

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

     pangoCairoFontMapNewForFontType(fonttype)

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

'fonttype': ['CairoFontType']  desired 'CairoFontType'

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

     In most cases one should simply use @'pangoCairoFontMapNew', or in
     fact in most of those cases, just use
     @'pangoCairoFontMapGetDefault'.  

     Since  1.18

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

     ['PangoFontMap'] , or 'NULL' if the requested cairo font backend
     is not supported / compiled in.

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

     Derived by RGtkGen from GTK+ documentation

