CObject |
└CCmdTarget |
└CWnd |
└CDialog |
└CCommonDialog |
└CFontDialog |
m_cf | 一个用于定制CFontDialog对象的结构 |
CFontDialog | 构造一个CFontDialog对象操作 |
DoModal | 显示对话框并使用户选择 |
GetCurrentFont | 获取当前选定字体的名字 |
GetFaceName | 返回选择字体的字样名称 |
GetStyleName | 返回选择字体的风格名称 |
GetSize | 返回选择字体的点大小 |
GetColor | 返回选择字体的颜色 |
GetWeight | 返回选择字体的磅数 |
IsStrikeOut | 判断字体是否是突出 |
IsUnDerline | 判断字体是否是下划线 |
IsBold | 判断字体是否是黑体IsItalic判断字体是否是斜体 |