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
XmTextGetCenterline(3) FreeBSD Library Functions Manual XmTextGetCenterline(3)

XmTextGetCenterline — Return the height (length) of a character string when the writing direction is vertical

#include <Xm/Text.h>
int XmTextGetCenterline(
Widget widget);

XmTextGetCenterline accesses the x position of the centerline in the Text widget, relative to the x position of the top of the widget.
widget
Specifies the Text widget ID.

In the case of horizontal writing, this function accesses 0.

In the case of vertical writing, this function accesses the x position of the first centerline in the Text widget, relative to the x position of the left of the widget. The calculation takes into account the margin width, shadow thickness, highlight thickness, and a half of font width of the first font(set) in the fontlist used for drawing text.

XmText(3), XmTextGetBaseline(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.