搜索资源列表

  1. wenziduojiaodushuchu

    0下载:
  2. 该程序主要是向大家介绍如何使用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
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:8665
    • 提供者:张宁
  1. label

    0下载:
  2. 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLOR
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:2797
    • 提供者:sunrise
  1. wenziduojiaodushuchu

    0下载:
  2. 该程序主要是向大家介绍如何使用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
  3. 所属分类:多媒体

    • 发布日期:2024-05-14
    • 文件大小:296960
    • 提供者:张宁
  1. label

    0下载:
  2. 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLOR
  3. 所属分类:按钮控件

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:sunrise
  1. MyPaint

    0下载:
  2. 1、 在屏幕上绘制图形以下图形  直线:从[200,200]到[300,350]画一宽度为3,蓝色的实线,。  矩形;左上角为[150,120]右下角为[200,300],外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆:  扇形: 2、 用LOGFONT结构来定义字体,输出文本;用字体对话框来选择字体格式、字体颜色
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-14
    • 文件大小:92160
    • 提供者:张陆军
  1. autofont_demo

    0下载:
  2. 一个不错的字体类,大家可以下载来看看。-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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:wishvk
  1. logfont

    0下载:
  2. 输入待显示的字符及字号和字体,运行程序,在大小可以拖动鼠标调整的窗口中显示相应的字符-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
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-14
    • 文件大小:1650688
    • 提供者:耿文达
  1. wenzhixanzhuan

    0下载:
  2. VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:和科理
  1. wenzhixanzhuan

    0下载:
  2. VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:sifrompow
  1. wenzhixanzhuan

    0下载:
  2. VB编程,让文字任意角度旋转。供大家研究学习!-Private Declare Function CreateFontIndirect Lib "gdi32" _ Alias "CreateFontIndirectA" _ (lpLogFont As LOGFONT) _ As Long
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:iswasa
  1. autofont_src

    0下载:
  2. 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
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:刘少帅

源码中国 www.ymcn.org