Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmSetFoUA(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmSetFontUnit(Xm)              6 January 1993              XmSetFontUnit(Xm)


 Name

    XmSetFontUnit - a function that sets the font unit value for a display

 Syntax


    #include <Xm/Xm.h>

    void XmSetFontUnit (display, font_unit_value)
    Display * display;
    int font_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.  See the XmNunitType resource description in
    the manual pages for XmGadget, XmManager, and XmPrimitive for more infor-
    mation on resolution independence.

    This function sets the font units for all screens on the display.  XmSet-
    FontUnit is obsolete and exists for compatibility with previous releases.
    Instead of using this function, provide initial values or call XtSet-
    Values for the XmScreen resources XmNhorizontalFontUnit and XmNvertical-
    FontUnit.

    display Defines the display for which this font unit value is to be
            applied.

    fontunitvalue
            Specifies the value to be used for both horizontal and vertical
            font units in the conversion calculations.

 See also

    XmConvertUnits(Xm), XmSetFontUnits(Xm), XmGadget(Xm),
    XmManager(Xm), XmPrimitive(Xm) and XmScreen(Xm).


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