pangoFontFaceListSizes         package:RGtk2         R Documentation

_p_a_n_g_o_F_o_n_t_F_a_c_e_L_i_s_t_S_i_z_e_s

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

     List the available sizes for a font. This is only applicable to
     bitmap fonts. For scalable fonts, stores 'NULL' at the location
     pointed to by 'sizes' and 0 at the location pointed to by
     'n.sizes'. The sizes returned are in Pango units and are sorted in
     ascending order.

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

     pangoFontFaceListSizes(object)

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

'object': ['PangoFontFace']  a 'PangoFontFace'.

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

     Since  1.4

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

     A list containing the following elements: 

 'sizes': [integer]  location to store a pointer to a list of int. This
          list should be freed with 'gFree()'.

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

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

     Derived by RGtkGen from GTK+ documentation

