manpagez: man pages & more
man XmSetFontUnits(3)
Home | html | info | man
XmSetFontUnits(library call)                      XmSetFontUnits(library call)




NAME

       XmSetFontUnits  --  A function that sets the font unit value for a dis-
       play


SYNOPSIS

       #include <Xm/Xm.h>
       void XmSetFontUnits(
       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 reference pages for  XmGadget,  XmMan-
       ager,  and XmPrimitive for more information on resolution independence.

       This function sets the font units for all screens on the display.

       NOTE: XmSetFontUnits is obsolete and exists for compatibility with pre-
       vious releases.  Instead of using this function, provide initial values
       or call XtSetValues for the  XmScreen  resources  XmNhorizontalFontUnit
       and XmNverticalFontUnit.

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

       h_value   Specifies the value to be used for horizontal  units  in  the
                 conversion calculations.

       h_value   Specifies the value to be used for vertical units in the con-
                 version calculations.


RELATED

       XmConvertUnits(3), XmSetFontUnit(3), XmGadget(3), XmManager(3), XmPrim-
       itive(3), and XmScreen(3).



                                                  XmSetFontUnits(library call)

openMotif 2.3.1 - Generated Tue Dec 2 10:22:04 CST 2008
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.