【VC++】008字符输入之设置字体,字幕变色功能

这篇博客介绍了如何在VC++中使用MFC的CFont类设置字体,并通过CDC的DrawText函数实现字幕颜色的平滑变化。通过SetTimer函数设置定时器,动态调整矩形宽度以达到变色效果,同时解决退格后的竖线残留问题。
摘要由CSDN通过智能技术生成

继续前行...

接着前面的字符输入继续做,之前实现了鼠标左键点击,插入符从而出现,以及回车和退格功能;

1.设置字体

MFC中有CFont类来设置字体;

Construction

CFont Constructs a CFont object.

 

Initialization

CreateFontIndirect Initializes a CFont object with the characteristics given in aLOGFONT structure.
CreateFont Initializes a CFont with the specified characteristics.
CreatePointFont Initializes a CFont with the specified height, measured in tenths of a point, and typeface.
CreatePointFontIndirect Same as CreateFontIndirect except that the font height is measured in tenths of a point rather than logical units.

这次我们使用的是CreatePointFont函数;

BOOL CreatePointFont( intnPointSize, LPCTSTR lpszFaceName, CDC*pDC = NULL );

其中nPointSize是创建字体的高度,

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值