home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xwcdrawstring.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4. XmbDrawString(3X11)      XLIB FUNCTIONS      XmbDrawString(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XmbDrawString, XwcDrawString - draw text using a single
  9.        font set
  10.  
  11. SSYYNNTTAAXX
  12.        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,
  13.        _n_u_m___b_y_t_e_s)
  14.          Display *_d_i_s_p_l_a_y;
  15.          Drawable _d;
  16.          XFontSet _f_o_n_t___s_e_t;
  17.          GC _g_c;
  18.          int _x, _y;
  19.          char *_s_t_r_i_n_g;
  20.          int _n_u_m___b_y_t_e_s;
  21.  
  22.        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,
  23.        _n_u_m___w_c_h_a_r_s)
  24.          Display *_d_i_s_p_l_a_y;
  25.          Drawable _d;
  26.          XFontSet _f_o_n_t___s_e_t;
  27.          GC _g_c;
  28.          int _x, _y;
  29.          wchar_t *_s_t_r_i_n_g;
  30.          int _n_u_m___w_c_h_a_r_s;
  31.  
  32. AARRGGUUMMEENNTTSS
  33.        _d     Specifies the drawable.
  34.  
  35.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  36.  
  37.        _f_o_n_t___s_e_t     Specifies the font set.
  38.  
  39.        _g_c     Specifies the GC.
  40.  
  41.        _n_u_m___b_y_t_e_s Specifies the number of bytes in the string
  42.          argument.
  43.  
  44.        _n_u_m___w_c_h_a_r_s
  45.          Specifies the number of characters in the string
  46.          argument.
  47.  
  48.        _s_t_r_i_n_g     Specifies the character string.
  49.  
  50.        _x
  51.        _y     Specify the x and y coordinates.
  52.  
  53. DDEESSCCRRIIPPTTIIOONN
  54.        The _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 functions draw the
  55.        specified text with the foreground pixel.  When the
  56.        _X_F_o_n_t_S_e_t has missing charsets, each unavailable character
  57.        is drawn with the default string returned by
  58.        _X_C_r_e_a_t_e_F_o_n_t_S_e_t.    The behavior for an invalid codepoint is
  59.        undefined.
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XmbDrawString(3X11)      XLIB FUNCTIONS      XmbDrawString(3X11)
  71.  
  72.  
  73. SSEEEE AALLSSOO
  74.        XXDrawImageString(3X11), XDrawString(3X11), XDraw-
  75.        Text(3X11), XmbDrawImageString(3X11), XmbDrawText(3X11)
  76.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.