XmStringBaseline(X3mot)


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

Synopsis

#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 values

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

References

XmStringCreate(X3mot)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.