pangoFontMetricsGetApproximateDigitWidthpackage:RGtk2R Documentation

_p_a_n_g_o_F_o_n_t_M_e_t_r_i_c_s_G_e_t_A_p_p_r_o_x_i_m_a_t_e_D_i_g_i_t_W_i_d_t_h

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

     Gets the approximate digit width for a font metrics structure.
     This is merely a representative value useful, for example, for
     determining the initial size for a window. Actual digits in text
     can be wider or narrower than this, though this value is generally
     somewhat more accurate than the result of
     'pangoFontMetricsGetApproximateCharWidth' for digits.

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

     pangoFontMetricsGetApproximateDigitWidth(object)

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

'object': ['PangoFontMetrics']  a 'PangoFontMetrics' structure

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

     [integer]  the digit width, in Pango units. (1 point ==
     'PANGO_SCALE' Pango units.)

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

     Derived by RGtkGen from GTK+ documentation

