*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmSetFontUnits | Section: 3 | Source: Digital UNIX | File: XmSetFontUnits.3X.gz
XmSetFontUnits(3X) XmSetFontUnits(3X) NAME XmSetFontUnits - A function that sets the font unit value for a display SYNOPSIS #include <Xm/Xm.h> void XmSetFontUnits (display, h_value, v_value) Display * display; int h_value; int v_value; DESCRIPTION XmSetFontUnits provides an external function to initialize font unit values. Applications may want to specify resolution-independent data based on a global font size. This function must be called before any widgets with resolution-independent data are created. See the XmNunit- Type resource description in the manual pages for XmGadget(3X), XmMan- ager(3X), and XmPrimitive(3X) for more information on resolution inde- pendence. This function sets the font units for all screens on the display. Xm- SetFontUnits is obsolete and exists for compatibility with previous re- leases. Instead of using this function, provide initial values or call XtSetValues for the XmScreen resources XmNhorizontalFontUnit and XmN- verticalFontUnit. Defines the display for which this font unit value is to be applied. Specifies the value to be used for horizontal units in the conversion calculations. Specifies the value to be used for vertical units in the conversion calculations. SEE ALSO XmConvertUnits(3X), XmSetFontUnit(3X), XmGadget(3X), XmManager(3X), Xm- Primitive(3X), XmScreen(3X) XmSetFontUnits(3X)

Navigation Options