Other Alias
XTextWidth16書式
int XTextWidth(font_struct, string, count)XFontStruct *font_struct;
char *string;
int count;
int XTextWidth16(font_struct, string, count)
XFontStruct *font_struct;
XChar2b *string;
int count;
引き数
- count
- 指定した文字列中の文字数を指定する。
- font_struct
- 幅の計算に使用するフォントを指定する。
- string
- 文字列を指定する。