


XmbDrawImageString(3X11)			     XmbDrawImageString(3X11)
X11R5									X11R5



NAME
  XmbDrawImageString, XwcDrawImageString - draw	image text using a single
  font set

SYNTAX
  void XmbDrawImageString(_d_i_s_p_l_a_y, _d, _f_o_n_t__s_e_t,	_g_c, _x, _y, _s_t_r_i_n_g, _n_u_m__b_y_t_e_s)
	Display	*_d_i_s_p_l_a_y;
	Drawable _d;
	XFontSet _f_o_n_t__s_e_t;
	GC _g_c;
	int _x, _y;
	char *_s_t_r_i_n_g;
	int _n_u_m__b_y_t_e_s;

  void XwcDrawImageString(_d_i_s_p_l_a_y, _d, _f_o_n_t__s_e_t,	_g_c, _x, _y, _s_t_r_i_n_g, _n_u_m__w_c_h_a_r_s)
	Display	*_d_i_s_p_l_a_y;
	Drawable _d;
	XFontSet _f_o_n_t__s_e_t;
	GC _g_c;
	int _x, _y;
	wchar_t	*_s_t_r_i_n_g;
	int _n_u_m__w_c_h_a_r_s;

ARGUMENTS

  _d	    Specifies the drawable.

  _d_i_s_p_l_a_y   Specifies the connection to	the X server.

  _f_o_n_t__s_e_t  Specifies the font set.

  _g_c	    Specifies the GC.

  _n_u_m__b_y_t_e_s Specifies the number of bytes in the string	argument.

  _n_u_m__w_c_h_a_r_s
	    Specifies the number of characters in the string argument.

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

  _x
  _y	    Specify the	x and y	coordinates.

DESCRIPTION
  _X_m_b_D_r_a_w_I_m_a_g_e_S_t_r_i_n_g and _X_w_c_D_r_a_w_I_m_a_g_e_S_t_r_i_n_g fill a destination rectangle with
  the background pixel defined in the GC and then paint	the text with the
  foreground pixel.  The filled	rectangle is the rectangle returned to
  overall_logical_return by _X_m_b_T_e_x_t_E_x_t_e_n_t_s or _X_w_c_T_e_x_t_E_x_t_e_n_t_s for the same
  text and _X_F_o_n_t_S_e_t.

  When the _X_F_o_n_t_S_e_t has	missing	charsets, each unavailable character is	drawn
  with the default string returned by _X_C_r_e_a_t_e_F_o_n_t_S_e_t.  The behavior for	an
  invalid codepoint is undefined.

SEE ALSO
  XDrawImageString(3X11), XDrawString(3X11), XDrawText(3X11),
  XmbDrawString(3X11), XmbDrawText(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
