


XmStringExtent(3X)					   XmStringExtent(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggEExxtteenntt - A compound string function that determines the size of the
  smallest rectangle that will enclose the compound string

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  vvooiidd XXmmSSttrriinnggEExxtteenntt ((_f_o_n_t_l_i_s_t, _s_t_r_i_n_g, _w_i_d_t_h,	_h_e_i_g_h_t))
       XXmmFFoonnttLLiisstt_f_o_n_t_l_i_s_t;;
       XXmmSSttrriinngg	 _s_t_r_i_n_g;;
       DDiimmeennssiioonn *_w_i_d_t_h;;
       DDiimmeennssiioonn *_h_e_i_g_h_t;;

DESCRIPTION
  XXmmSSttrriinnggEExxtteenntt determines the	width and height, in pixels, of	the smallest
  rectangle that will enclose the provided compound string.

  _f_o_n_t_l_i_s_t
	 Specifies the font list

  _s_t_r_i_n_g Specifies the string

  _w_i_d_t_h	 Specifies a pointer to	the width of the rectangle

  _h_e_i_g_h_t Specifies a pointer to	the height of the rectangle

RELATED	INFORMATION
  XXmmSSttrriinnggCCrreeaattee((33XX)).





























