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

  1.  
  2.  
  3.  
  4. XmbDrawImageString(3X11)  XLIB FUNCTIONS XmbDrawImageString(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XmbDrawImageString, XwcDrawImageString - draw image text
  9.        using a single font set
  10.  
  11. SSYYNNTTAAXX
  12.        void XmbDrawImageString(_d_i_s_p_l_a_y, _d, _f_o_n_t___s_e_t, _g_c, _x, _y,
  13.        _s_t_r_i_n_g, _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 XwcDrawImageString(_d_i_s_p_l_a_y, _d, _f_o_n_t___s_e_t, _g_c, _x, _y,
  23.        _s_t_r_i_n_g, _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_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 functions
  55.        fill a destination rectangle with the background pixel
  56.        defined in the GC and then paint the text with the fore-
  57.        ground pixel.  The filled rectangle is the rectangle
  58.        returned to overall_logical_return by _X_m_b_T_e_x_t_E_x_t_e_n_t_s or
  59.        _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.
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XmbDrawImageString(3X11)  XLIB FUNCTIONS XmbDrawImageString(3X11)
  71.  
  72.  
  73.        When the _X_F_o_n_t_S_e_t has missing charsets, each unavailable
  74.        character is drawn with the default string returned by
  75.        _X_C_r_e_a_t_e_F_o_n_t_S_e_t.    The behavior for an invalid codepoint is
  76.        undefined.
  77.  
  78. SSEEEE AALLSSOO
  79.        XDrawImageString(3X11), XDrawString(3X11), XDraw-
  80.        Text(3X11), XmbDrawString(3X11), XmbDrawText(3X11)
  81.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.