SHUIMETRIC

Send Feedback

The SHUIMETRIC enumeration is used by the SHGetUIMetrics function to allow you to specify the unit of measure for the system font size.

Syntax

enum {
  SHUIM_INVALID              = 0,
  SHUIM_FONTSIZE_POINT,
  SHUIM_FONTSIZE_PIXEL,
  SHUIM_FONTSIZE_PERCENTAGE,
} SHUIMETRIC;

Enumerators

  • SHUIM_INVALID
    Reserved.
  • SHUIM_FONTSIZE_POINT
    The system font size expressed in hundredths of a point. (A point is equal to 1/72 of an inch.)
  • SHUIM_FONTSIZE_PIXEL
    The system font size expressed in pixels.
  • SHUIM_FONTSIZE_PERCENTAGE
    The system font size expressed as a percentage of the standard size font.

Requirements

Pocket PC: Windows Mobile 2003 Second Edition and later.
Smartphone: Windows Mobile 2003 Second Edition and later.
OS Versions: Windows CE .NET 4.2 and later.
Header: Aygshell.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.