#include <FontHelper.h>
公有成员 | |
| ~FontHelper (void) | |
静态公有成员 | |
| static void | ClearCachedFonts () |
| clear the cached fonts. | |
| static HFONT | GetFont (int nFontSize, LONG lWeight=FW_NORMAL, BOOL bUnderLine=FALSE, BOOL bItalic=FALSE, DWORD dwFontRotationFlag=FONT_ROTATION_FLAG_0) |
| create and get the specified font. | |
| static HFONT | GetFontByPhysical (int nFontSize, LONG lWeight=FW_NORMAL, BOOL bUnderLine=FALSE, BOOL bItalic=FALSE, DWORD dwFontRotationFlag=FONT_ROTATION_FLAG_0) |
| create and get the specified font. (in pound) | |
| FontHelper::~FontHelper | ( | void | ) |
| static void FontHelper::ClearCachedFonts | ( | ) | [static] |
clear the cached fonts.
| static HFONT FontHelper::GetFont | ( | int | nFontSize, | |
| LONG | lWeight = FW_NORMAL, |
|||
| BOOL | bUnderLine = FALSE, |
|||
| BOOL | bItalic = FALSE, |
|||
| DWORD | dwFontRotationFlag = FONT_ROTATION_FLAG_0 | |||
| ) | [static] |
create and get the specified font.
| static HFONT FontHelper::GetFontByPhysical | ( | int | nFontSize, | |
| LONG | lWeight = FW_NORMAL, |
|||
| BOOL | bUnderLine = FALSE, |
|||
| BOOL | bItalic = FALSE, |
|||
| DWORD | dwFontRotationFlag = FONT_ROTATION_FLAG_0 | |||
| ) | [static] |
create and get the specified font. (in pound)