Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringBaseline(3)	    Library Functions Manual	     XmStringBaseline(3)

NAME
     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
     #include <Xm/Xm.h>
     Dimension XmStringBaseline(
     XmRenderTable rendertable,
     XmString string);

DESCRIPTION
     XmStringBaseline  returns the number of pixels between the top of the char-
     acter box and the baseline of the first line of text in the  provided  com-
     pound string.

     rendertable
	       Specifies the render table

     string    Specifies the string

RETURN
     Returns  the  number of pixels between the top of the character box and the
     baseline of the first line of text.

RELATED
     XmStringCreate(3).

							     XmStringBaseline(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringBaseline&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help