DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

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)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005