1XmStringBaseline(library call) XmStringBaseline(library call)
2
3
4
6 XmStringBaseline — A compound string function that returns the number
7 of pixels between the top of the character box and the baseline of the
8 first line of text
9
11 #include <Xm/Xm.h>
12 Dimension XmStringBaseline(
13 XmRenderTable rendertable,
14 XmString string);
15
17 XmStringBaseline returns the number of pixels between the top of the
18 character box and the baseline of the first line of text in the pro‐
19 vided compound string.
20
21 rendertable
22 Specifies the render table
23
24 string Specifies the string
25
27 Returns the number of pixels between the top of the character box and
28 the baseline of the first line of text.
29
31 XmStringCreate(3).
32
33
34
35 XmStringBaseline(library call)