Query: xmsetfontunits
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmSetFontUnits(library call) XmSetFontUnits(library call)NAMEXmSetFontUnits -- A function that sets the font unit value for a displaySYNOPSIS#include <Xm/Xm.h> void XmSetFontUnits( Display * display, int h_value, int v_value);DESCRIPTIONXmSetFontUnits 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, XmManager, 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 previous releases. Instead of using this function, provide initial val- ues 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 conversion calculations.RELATEDXmConvertUnits(3), XmSetFontUnit(3), XmGadget(3), XmManager(3), XmPrimitive(3), and XmScreen(3). XmSetFontUnits(library call)
Related Man Pages |
---|
xmsetfontunits(3) - redhat |
xmconvertunits(3) - redhat |
xmconvertunits(3) - hpux |
xmsetfontunit(3) - hpux |
xmsetfontunits(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to change display resolution in UnixV4.0D |
Quad-Ren 0.2 (Default branch) |
Quad-Ren 0.3 (Default branch) |
The Frink Language 2009-03-03 (Default branch) |
Change AIX display resolution ? |