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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmStringHeight  --  A compound string function that returns the line height
     of the given compound string

SYNOPSIS
     #include <Xm/Xm.h>
     Dimension XmStringHeight(
     XmRenderTable rendertable,
     XmString string);

DESCRIPTION
     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
     Returns the height of the specified string.

RELATED
     XmStringCreate(3).

							       XmStringHeight(3)

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

home | help