搜索资源列表
wenziduojiaodushuchu
- 该程序主要是向大家介绍如何使用LOGFONT结构和CFont对象来输出各种文字体.其中主要的输出处理都集中在OnPaint()函数中,要学会在VC中对程序的逐步创建.-the program is mainly to tell you about how to use the LOGFONT structure and CFont object to the output kinds of characters. One of the
label
- 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLOR
wenziduojiaodushuchu
- 该程序主要是向大家介绍如何使用LOGFONT结构和CFont对象来输出各种文字体.其中主要的输出处理都集中在OnPaint()函数中,要学会在VC中对程序的逐步创建.-the program is mainly to tell you about how to use the LOGFONT structure and CFont object to the output kinds of characters. One of the
label
- 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLOR
MyPaint
- 1、 在屏幕上绘制图形以下图形 直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。 矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。 椭圆弧: 椭圆: 扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色
autofont_demo
- 一个不错的字体类,大家可以下载来看看。-The CAutoFont class was designed to eliminate the constant, tedious task of filling a LOGFONT structure everytime you need to create or use a font. It was designed to make font manipulation a simple t
logfont
- 输入待显示的字符及字号和字体,运行程序,在大小可以拖动鼠标调整的窗口中显示相应的字符-Enter the characters to be displayed and the font size and font, run the program, you can drag the mouse to adjust the size of the window displays the corresponding character
wenzhixanzhuan
- VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
wenzhixanzhuan
- VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
wenzhixanzhuan
- VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
autofont_src
- windows GDI 小例程 这是一个C++ 的类文件,用它可以使你更方便的创建或使用字体的LOGFONT结构。虽然只是一个简单的例子,但是很有学习价值。 -Small windows GDI routines This is a class C++ file, it can make you more convenient to create or use LOGFONT structure fonts. Althou