XmSetFontUnits(3X) — Kubota Pacfic Computer Inc.
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;
inth_value;
intv_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 XmNunitType resource description in the manual pages for XmGadget, XmManager, and XmPrimitive for more information on resolution independence.
displayDefines the display for which this font unit value is to be applied.
h_valueSpecifies the value to be used for horizontal units in the conversion calculations.
h_valueSpecifies the value to be used for vertical units in the conversion calculations.
RELATED INFORMATION
XmConvertUnits(3X), XmSetFontUnit(3X), XmGadget(3X), XmManager(3X), and XmPrimitive(3X).
September 02, 1992