Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmConvertUnits(3Xm)

XmSetFontUnit(3Xm)  —  UNIX Programmer’s Manual

NAME

XmSetFontUnit — a function that sets the font unit value for a display.

SYNOPSIS

#include <Xm/Xm.h> void XmSetFontUnit (display, font_unit_value)
Displaydisplay;
intfont_unit_value;

DESCRIPTION

XmSetFontUnit 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 man 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. 

font_unit_valueSpecifies the value to be used in the conversion calculations.  The font unit value is normally taken as the QUAD_WIDTH property of the font; however, the application can specify any integer value. 

RELATED INFORMATION

XmConvertUnits(3Xm). 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026