平
台
梦
MFC COleControl 类 公共方法:COleControl::AmbientFont
在 MFC(Microsoft Foundation Classes)中,COleControl 类确实有一个名为 AmbientFont 的公共方法,用于获取控件的环境字体。
一般而言,AmbientFont 方法的声明可能类似于以下形式:
CFont* AmbientFont() const;
这个方法返回一个指向 CFont 对象的指针,表示控件的环境字体。环境字体通常是由包含控件的容器提供的,控件可以使用这个字体来自适应其外观。
转载请注明出处:
http://www.pingtaimeng.com/article/detail/21058/MFC/COleControl
最新文章
Win32 API:DwmTetherContact 函数(Dwmapi.h)
Win32 API:DwmRegisterThumbnail 函数(Dwmapi.h)
Win32 API:DwmQueryThumbnailSourceSize 函数(Dwmapi.h)
Win32 API:DwmIsCompositionEnabled 函数(Dwmapi.h)
Win32 API:DwmGetWindowAttribute 函数(Dwmapi.h)
Win32 API:DwmGetCompositionTimingInfo 函数(Dwmapi.h)
Win32 API:DwmGetColorizationColor 函数(Dwmapi.h)
Win32 API:DwmFlush 函数(Dwmapi.h)
Win32 API:DwmExtendFrameIntoClientArea 函数(Dwmapi.h)
Win32 API:DwmEnableComposition 函数(Dwmapi.h)
Win32 API:DwmEnableBlurBehindWindow 函数(Dwmapi.h)
Win32 API:DSROLE_SERVER_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_LEVEL 枚举(Dsrole.h)
Win32 API:DSROLE_OPERATION_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_MACHINE_ROLE 枚举(Dsrole.h)
Win32 API:DSROLE_UPGRADE_STATUS_INFO 结构(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_BASIC 结构(Dsrole.h)
Win32 API:DsRoleGetPrimaryDomainInformation 函数(Dsrole.h)
Win32 API:DsRoleFreeMemory 函数(Dsrole.h)
Win32 API:DSQUERYPARAMS 结构(Dsquery.h)