pangoBreak               package:RGtk2               R Documentation

_p_a_n_g_o_B_r_e_a_k

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

     Determines possible line, word, and character breaks for a string
     of Unicode text with a single analysis.  For most purposes you may
     want to use 'pangoGetLogAttrs'.

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

     pangoBreak(text, analysis)

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

  'text': [character]       the text to process

'analysis': ['PangoAnalysis'] 'PangoAnalysis' structure from
          'pangoItemize'

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

     A list containing the following elements: 

 'attrs': ['PangoLogAttr']      a list to store character information
          in

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

     Derived by RGtkGen from GTK+ documentation

