pangoLayoutGetLogAttrs         package:RGtk2         R Documentation

_p_a_n_g_o_L_a_y_o_u_t_G_e_t_L_o_g_A_t_t_r_s

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

     Retrieves a list of logical attributes for each character in the
     'layout'.

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

     pangoLayoutGetLogAttrs(object)

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

'object': ['PangoLayout']  a 'PangoLayout'

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

     A list containing the following elements: 

 'attrs': ['PangoLogAttr']  location to store a pointer to a list of
          logical attributes This value must be freed with 'gFree()'.

'n.attrs': [integer]  location to store the number of the attributes in
          the list. (The stored value will be one more than the total
          number of characters in the layout, since there need to be
          attributes corresponding to both the position before the
          first character and the position after the last character.)

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

     Derived by RGtkGen from GTK+ documentation

