QQ登录    

08我家网

2023兔年大吉

公主120平米的梦幻之家(海量图片+淘宝购物清单)

  [复制链接]

248

帖子

0

原创值

230

金币

大四_装修达人

Rank: 4

积分
216

社区居民忠实会员

发表于 2013-05-14 18:05:32 | 显示全部楼层
此主题尚未评级 - 评价此主题  




Return Value

Nonzero if the function succeeds, otherwise 0.

Parameters

pLogFont

Pointer to the http://technet.microsoft.com/zh-cn/library/ms533931 structure to receive the font information.

Remarks

Call this function to retrieve a copy of the LOGFONT structure for Cfont.

Example
// The code fragment shows how to retrieve a copy of the
// LOGFONT structure for a currently selected font of a window.

{
   LOGFONT lf;
   font->GetLogFont(&lf);
   TRACE("Typeface name of font = %s\\n", lf.lfFaceName);
}

CFont::GetLogFont


Visual Studio 6.0  


此主题尚未评级 - 评价此主题  


CFont::GetLogFont

int GetLogFont( LOGFONT * pLogFont );

Return Value

Nonzero if the function succeeds, otherwise 0.

Parameters

pLogFont

Pointer to the http://technet.microsoft.com/zh-cn/library/ms533931 structure to receive the font information.

Remarks

Call this function to retrieve a copy of the LOGFONT structure for Cfont.

Example
// The code fragment shows how to retrieve a copy of the
// LOGFONT structure for a currently selected font of a window.

CFont* font = pWnd->GetFont();
if (font)
{
   LOGFONT lf;
   font->GetLogFont(&lf);
   TRACE("Typeface name of font = %s\\n", lf.lfFaceName);
}
回复

使用道具 举报

47

帖子

0

原创值

5

金币

大二_装修学长

Rank: 2

积分
41

社区居民

发表于 2013-05-15 12:46:17 | 显示全部楼层
回复

使用道具 举报

23

帖子

0

原创值

13

金币

大二_装修学长

Rank: 2

积分
20

社区居民

发表于 2013-05-15 13:30:30 | 显示全部楼层
            
回复

使用道具 举报

3

帖子

0

原创值

2

金币

大一_装修新生

Rank: 1

积分
2

社区居民

发表于 2013-05-15 16:53:06 | 显示全部楼层
回复看隐藏
回复

使用道具 举报

124

帖子

0

原创值

14

金币

大三_装修里手

Rank: 3Rank: 3

积分
112

社区居民

发表于 2013-05-16 09:36:17 | 显示全部楼层
    
回复

使用道具 举报

97

帖子

0

原创值

35

金币

大三_装修里手

Rank: 3Rank: 3

积分
86

社区居民

发表于 2013-05-20 13:33:20 | 显示全部楼层
    
回复

使用道具 举报

318

帖子

0

原创值

345

金币

大四_装修达人

Rank: 4

积分
306

社区居民忠实会员社区劳模最爱沙发

发表于 2013-05-20 13:49:57 | 显示全部楼层
哎哟哟来看看
回复

使用道具 举报

131

帖子

0

原创值

110

金币

大三_装修里手

Rank: 3Rank: 3

积分
118

社区居民忠实会员

发表于 2013-05-22 16:30:32 | 显示全部楼层
看下公主的家。。。
回复

使用道具 举报

21

帖子

0

原创值

4

金币

大一_装修新生

Rank: 1

积分
19

社区居民

发表于 2013-05-22 17:55:42 | 显示全部楼层
学习啊,高手
回复

使用道具 举报

35

帖子

0

原创值

8

金币

大二_装修学长

Rank: 2

积分
31

社区居民新人进步奖

发表于 2013-05-24 16:54:08 | 显示全部楼层
  
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则