|
XmStringBaseline(3X)
Contents
|
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
#include <Xm/Xm.h>
Dimension XmStringBaseline (fontlist, string)
XmFontList fontlist;
XmString string;
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. Specifies
the font list Specifies the string
Returns the number of pixels between the top of the character
box and the baseline of the first line of text.
XmStringCreate(3X)
XmStringBaseline(3X)
[ Back ] |