pangoGetLogAttrs            package:RGtk2            R Documentation

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

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

     Computes a 'PangoLogAttr' for each character in 'text'. The
     'log.attrs' array must have one 'PangoLogAttr' for each position
     in 'text'; if 'text' contains N characters, it has N+1 positions,
     including the last position at the end of the text. 'text' should
     be an entire paragraph; logical attributes can't be computed
     without context (for example you need to see spaces on either side
     of a word to know the word is a word).

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

     pangoGetLogAttrs(text, level, language)

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

  'text': [char]  text to process

 'level': [integer]  embedding level, or -1 if unknown

'language': ['PangoLanguage']  language tag

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

     A list containing the following elements: 

'log.attrs': ['PangoLogAttr']  list with one 'PangoLogAttr' per
          character in 'text', plus one extra, to be filled in

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

     Derived by RGtkGen from GTK+ documentation

