| Click this button to go to the index for this section. |
XmStringBaseline(3X)
OSF/Motif
NAME
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 textSYNOPSIS
#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 stringRETURN 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(3X)