XmStringBaseline(library call) XmStringBaseline(library call)
NAME [Toc] [Back]
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 [Toc] [Back]
#include <Xm/Xm.h>
Dimension XmStringBaseline(
XmRenderTable rendertable,
XmString string);
DESCRIPTION [Toc] [Back]
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.
rendertable
Specifies the render table
string Specifies the string
RETURN [Toc] [Back]
Returns the number of pixels between the top of the character box and
the baseline of the first line of text.
RELATED [Toc] [Back]
XmStringCreate(3).
- 1 - Formatted: January 24, 2005 [ Back ] |