Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmSetFontUnit(3)	    Library Functions Manual		XmSetFontUnit(3)

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

SYNOPSIS
     #include <Xm/Xm.h>
     void XmSetFontUnit(
     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  refer-
     ence pages for XmGadget, XmManager, and XmPrimitive for more information on
     resolution independence.

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

     NOTE:  XmSetFontUnit is obsolete and exists for compatibility with previous
     releases.	Instead of using this function, provide initial values	or  call
     XtSetValues  for the XmScreen resources XmNhorizontalFontUnit and XmNverti-
     calFontUnit.

     display   Defines the display for which this font unit value is to  be  ap-
	       plied.

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

RELATED
     XmConvertUnits(3), XmSetFontUnits(3), XmGadget(3),  XmManager(3),	XmPrimi-
     tive(3), and XmScreen(3).

								XmSetFontUnit(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmSetFontUnit&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help