Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmstringextent(3x) [osf1 man page]

XmStringExtent(3X)														XmStringExtent(3X)

NAME
XmStringExtent - A compound string function that determines the size of the smallest rectangle that will enclose the compound string SYNOPSIS
#include <Xm/Xm.h> void XmStringExtent (fontlist, string, width, height) XmFontList fontlist; XmString string; Dimension *width; Dimension *height; DESCRIPTION
XmStringExtent determines the width and height, in pixels, of the smallest rectangle that will enclose the provided compound string. Spec- ifies the font list Specifies the string Specifies a pointer to the width of the rectangle Specifies a pointer to the height of the rectan- gle SEE ALSO
XmStringCreate(3X) XmStringExtent(3X)

Check Out this Related Man Page

XmStringDrawImage(3X)													     XmStringDrawImage(3X)

NAME
XmStringDrawImage - A compound string function that draws a compound string in an X Window and creates an image SYNOPSIS
#include <Xm/Xm.h> void XmStringDrawImage (d, w, fontlist, string, gc, x, y, width, alignment, layout_direction, clip) Display * d; Window w; XmFontList fontlist; XmString string; GC gc; Position x; Position y; Dimension width; unsigned char alignment; unsigned char layout_direction; XRectangle * clip; DESCRIPTION
XmStringDrawImage draws a compound string in an X Window and paints both the foreground and background bits of each character. If a com- pound string segment uses a font list entry that defines a font set, the graphic context passed to this routine will have the GC font mem- ber left in an undefined state. The underlying XmbStringDraw function called by this routine modifies the font id field of the GC passed into it and does not attempt to restore the font id to the incoming value. If the compound string segment is not drawn using a font set, the graphic context must contain a valid font member. Graphic contexts created by XtGetGC are not accepted by this routine; instead, use XtAllocateGC to create a graphic context. Specifies the display. Specifies the window. Specifies the font list. Specifies the string. Specifies the graphics context to use. Specifies a coordinate of the rectangle that will contain the displayed compound string. Specifies a coordinate of the rectangle that will contain the displayed compound string. Specifies the width of the rectangle that will contain the displayed compound string. Specifies how the string will be aligned within the specified rectangle. It is either XmALIGNMENT_BEGINNING, XmALIGNMENT_CENTER, or XmALIGNMENT_END. Controls the direction in which the segments of the compound string will be laid out. It also determines the meaning of the alignment parameter. Allows the application to restrict the area into which the compound string will be drawn. If NULL, no clipping will be done. SEE ALSO
XmStringCreate(3X) XmStringDrawImage(3X)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies