| CBCGPFontProp::CBCGPFontProp | ( | const CString & | strName, |
| UINT | nID, | ||
| LOGFONT & | lf, | ||
| DWORD | dwFontDialogFlags = CF_EFFECTS|CF_SCREENFONTS, |
||
| LPCTSTR | lpszDescr = NULL, |
||
| DWORD_PTR | dwData = 0, |
||
| COLORREF | color = (COLORREF)-1, |
||
| BOOL | bThemedFontDialog = FALSE |
||
| ) |
Constructs and initializes a font property object.
| strName | Specifies property name. |
| nID | Specifies property ID. |
| lf | Specifies property value. |
| dwFontDialogFlags | Specifies font dialog flags (CF_). |
| lpszDescr | Property description. |
| dwData | User defined data associated with a property. |
| color | Font color. |
| bThemedFontDialog | Specifies whether the font selection dialog (displayed when the user clicks the button) is themed. |