![]() |
![]()
| ![]() |
![]()
NAMEXmStringBaseline — 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#include <Xm/Xm.h> Dimension XmStringBaseline( XmRenderTable rendertable, XmString string); DESCRIPTIONXmStringBaseline 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.
RETURNReturns the number of pixels between the top of the character box and the baseline of the first line of text. RELATEDXmStringCreate(3).
|