pangoFontMapListFamilies        package:RGtk2        R Documentation

_p_a_n_g_o_F_o_n_t_M_a_p_L_i_s_t_F_a_m_i_l_i_e_s

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

     List all families for a fontmap.

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

     pangoFontMapListFamilies(object)

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

'object': ['PangoFontMap']  a 'PangoFontMap'

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

     A list containing the following elements: 

'families': ['PangoFontFamily']  location to store a pointer to a list
          of 'PangoFontFamily' *. This list should be freed with
          'gFree()'.

'n.families': [integer]  location to store the number of elements in
          'families'

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

     Derived by RGtkGen from GTK+ documentation

