XmStringHeight(library call) XmStringHeight(library call)
NAME [Toc] [Back]
XmStringHeight - A compound string function that returns the line
height of the given compound string
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
Dimension XmStringHeight(
XmRenderTable rendertable,
XmString string);
DESCRIPTION [Toc] [Back]
XmStringHeight returns the height, in pixels, of the sum of all the
line heights of the given compound string. Separator components
delimit lines.
rendertable
Specifies the render table
string Specifies the string
RETURN [Toc] [Back]
Returns the height of the specified string.
RELATED [Toc] [Back]
XmStringCreate(3).
- 1 - Formatted: January 24, 2005 [ Back ] |