PH_FONT (Windows Embedded CE 6.0)
1/6/2010
Enumeration used in conjunction with PHGetFont function.
Syntax
typedef enum _PH_FONT
{
phfStandardText = 0,
phfStandardTextBold,
phfInformationText,
phfLargeText,
phfBigNumbersText,
phfLast,
} PH_FONT;
Elements
- phfStandardText
The standard text font.
- phfStandardTextBold
The bold standard text font
- phfInformationText
The information text font
- phfLargeText
The large text font
- phfBigNumbersText
The big numbers text font
- phfLast
Last element in enumeration.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | controldefinitions.h |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |