XTextWidth16

Syntax

int XTextWidth16(font_struct, string, count)
      XFontStruct *font_struct;
      XChar2b *string;
      int count;

Arguments

font_struct Specifies the font used for the width computation.
string Specifies the character string.
count Specifies the character count in the specified string.

Description

XTextWidth16() determines the width of an 16-bit character string.

Diagnostics

See also

XTextWidth(), XLoadFont(), XTextExtents(), "Computing Character String Sizes".
Christophe Tronche, ch@tronche.com