pangoAttrIteratorGetFont        package:RGtk2        R Documentation

_p_a_n_g_o_A_t_t_r_I_t_e_r_a_t_o_r_G_e_t_F_o_n_t

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

     Get the font and other attributes at the current iterator
     position.

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

     pangoAttrIteratorGetFont(object)

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

'object': ['PangoAttrIterator']  a 'PangoAttrIterator'

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

     A list containing the following elements: 

  'desc': ['PangoFontDescription']  a 'PangoFontDescription' to fill in
          with the current values. The family name in this structure
          will be set using 'pangoFontDescriptionSetFamilyStatic' using
          values from an attribute in the 'PangoAttrList' associated
          with the iterator, so if you plan to keep it around, you must
          call: 'pango_font_description_set_family (desc,
          pango_font_description_get_family (desc))'.

'language': ['PangoLanguage']  if non-'NULL', location to store
          language tag for item, or 'NULL' if none is found.

'extra.attrs': [list]  if non-'NULL', location in which to store a list
          of non-font attributes at the the current position; only the
          highest priority value of each attribute will be added to
          this list. In order to free this value, you must call
          'pangoAttributeDestroy()' on each member.

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

     Derived by RGtkGen from GTK+ documentation

