DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

XmStringBaseline(Xm)


XmStringBaseline -- a compound string function that returns the number of pixels between the top of the character box and the baseline of the first line of text

Syntax

#include <Xm/Xm.h>

Dimension XmStringBaseline (fontlist, string) XmFontList fontlist; XmString string;

Description

XmStringBaseline returns the number of pixels between the top of the character box and the baseline of the first line of text in the provided compound string.

fontlist
Specifies the font list

string
Specifies the string

Return value

Returns the number of pixels between the top of the character box and the baseline of the first line of text.

See also

XmStringCreate(Xm)
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003