XmbDrawString

Section: XLIB FUNCTIONS (3X11)
Updated: Release 6.3
Index xjman/web INDEX
 

名前

XmbDrawString, XwcDrawString - 単一のフォントセットを用いてテキストを描画  

書式

void XmbDrawString(display, d, font_set, gc, x, y, string, num_bytes)

      Display *display;

      Drawable d;

      XFontSet font_set;

      GC gc;

      int xy;

      char *string;

      int num_bytes;

void XwcDrawString(display, d, font_set, gc, x, y, string, num_wchars)

      Display *display;

      Drawable d;

      XFontSet font_set;

      GC gc;

      int xy;

      wchar_t *string;

      int num_wchars;  

引き数

d
ドロウアブルを指定。
display
X サーバへの接続を指定。
font_set
フォントセットを指定。
gc
GC を指定。
num_bytes
引き数 string のバイト数を指定。
num_wchars
引き数 string の文字数を指定。
string
文字列を指定。
x

y
x, y 座標を指定。
 

説明

関数 XmbDrawStringXwcDrawString は、指定された文字列を前景色で描画する。 XFontSet に欠けている文字集合がある場合には、該当する各文字は XCreateFontSet が返すデフォルト文字列を用いて描画される。 不正な文字コードに対する挙動は未定義である。  

関連項目

XDrawImageString(3X11), XDrawString(3X11), XDrawText(3X11), XmbDrawImageString(3X11), XmbDrawText(3X11)
Xlib - C Language X Interface


 

Index

名前
書式
引き数
説明
関連項目

This document was created by man2html, using the manual pages.
Time: 15:56:14 GMT, February 12, 2001