pangoFontFamilyListFaces        package:RGtk2        R Documentation

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

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

     Lists the different font faces that make up 'family'. The faces in
     a family share a common design, but differ in slant, weight, width
     and other aspects.

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

     pangoFontFamilyListFaces(object)

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

'object': ['PangoFontFamily']  a 'PangoFontFamily'

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

     A list containing the following elements: 

 'faces': ['PangoFontFace']  location to store a list of pointers to
          'PangoFontFace' objects, or 'NULL'. This list should be freed
          with 'gFree()' when it is no longer needed.

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

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

     Derived by RGtkGen from GTK+ documentation

