pangoFontDescriptionSetSize      package:RGtk2      R Documentation

_p_a_n_g_o_F_o_n_t_D_e_s_c_r_i_p_t_i_o_n_S_e_t_S_i_z_e

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

     Sets the size field of a font description in fractional points.
     This is mutually exclusive with
     'pangoFontDescriptionSetAbsoluteSize'.

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

     pangoFontDescriptionSetSize(object, size)

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

'object': ['PangoFontDescription']  a 'PangoFontDescription'

  'size': [integer]  the size of the font in points, scaled by
          PANGO_SCALE. (That is, a 'size' value of 10 * PANGO_SCALE is
          a 10 point font. The conversion factor between points and
          device units depends on system configuration and the output
          device. For screen display, a logical DPI of 96 is common, in
          which case a 10 point font corresponds to a 10 * (96 / 72) =
          13.3 pixel font. Use 'pangoFontDescriptionSetAbsoluteSize' if
          you need a particular size in device units.

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

     Derived by RGtkGen from GTK+ documentation

