pangoGlyphStringGetWidth        package:RGtk2        R Documentation

_p_a_n_g_o_G_l_y_p_h_S_t_r_i_n_g_G_e_t_W_i_d_t_h

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

     Computes the logical width of the glyph string as can also be
     computed using 'pangoGlyphStringExtents'.  However, since this
     only computes the width, it's much faster.  This is in fact only a
     convenience function that computes the sum of geometry.width for
     each glyph in the 'glyphs'.

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

     pangoGlyphStringGetWidth(object)

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

'object': ['PangoGlyphString']    a 'PangoGlyphString'

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

     Since  1.14

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

     [integer]  the logical width of the glyph string.

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

     Derived by RGtkGen from GTK+ documentation

