GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmStringExtent(3) FreeBSD Library Functions Manual XmStringExtent(3)

XmStringExtent — A compound string function that determines the size of the smallest rectangle that will enclose the compound string

#include <Xm/Xm.h>
void XmStringExtent(
XmRenderTable rendertable,
XmString string,
Dimension *width,
Dimension *height);

XmStringExtent determines the width and height, in pixels, of the smallest rectangle that will enclose the provided compound string.
rendertable
Specifies the render table
string
Specifies the string
width
Specifies a pointer to the width of the rectangle
height
Specifies a pointer to the height of the rectangle

XmStringCreate(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.