


XmbDrawString(3X11)					  XmbDrawString(3X11)
X11R5									X11R5



NAME
  XmbDrawString, XwcDrawString - draw text using a single font set

SYNTAX
  void XmbDrawString(_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 XwcDrawString(_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_S_t_r_i_n_g	and _X_w_c_D_r_a_w_S_t_r_i_n_g draw the specified text with the foreground
  pixel.  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),
  XmbDrawImageString(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	delim off






