SHUIMETRIC
4/8/2010
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
Header | aygshell.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Pocket PC for Windows Mobile 2003 Second Edition and later, Smartphone for Windows Mobile 2003 Second Edition and later |