int XTextWidth(font_struct, string, count)
      XFontStruct *font_struct;
      char *string;
      int count;
| font_struct | Specifies the font used for the width computation. | 
| string | Specifies the character string. | 
| count | Specifies the character count in the specified string. |