1XmStringHeight(library call) XmStringHeight(library call)
2
3
4
6 XmStringHeight — A compound string function that returns the line
7 height of the given compound string
8
10 #include <Xm/Xm.h>
11 Dimension XmStringHeight(
12 XmRenderTable rendertable,
13 XmString string);
14
16 XmStringHeight returns the height, in pixels, of the sum of all the
17 line heights of the given compound string. Separator components delimit
18 lines.
19
20 rendertable
21 Specifies the render table
22
23 string Specifies the string
24
26 Returns the height of the specified string.
27
29 XmStringCreate(3).
30
31
32
33 XmStringHeight(library call)