登录
首页 » Windows开发 » I changed allegttf font driver, it can show support for the Chinese.

I changed allegttf font driver, it can show support for the Chinese.

于 2023-06-11 发布 文件大小:191.67 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

我修改的allegttf字体驱动程序,可以使它支持中文显示。-I changed allegttf font driver, it can show support for the Chinese.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 简单文件索引
    资源描述使用树形结构保存Windows文件系统的目录结构,提供类似于Win32接口的文件查找、加入、删除功能。
    2023-04-23 22:10:04下载
    积分:1
  • GraphControl example
    GraphControl_exm,你可以找到最好的图形控件的例子!
    2022-03-22 17:37:27下载
    积分:1
  • This procedure is a file compression, after compression format*. gz. This proced...
    本程序是对文件进行压缩,压缩之后的格式为*.gz。本程序只是为了说明压缩和解压的原理,写得比较简明。运行此程序的时候,首先会生成一个.txt文件,然后对该文件进行压缩,生成.gz文件,最后会对.gz文件进行解压,生成一个新的.txt文件。-This procedure is a file compression, after compression format*. gz. This procedure only in order to explain the principles of compression and decompression, written in more concise. Run this program, the first will generate a. Txt file, and then compress the file to generate. Gz files, last will. Gz unzip files to generate a new. Txt file.
    2022-09-30 04:50:03下载
    积分:1
  • SLR(1)分析表的构造,编译原理实验会用到
    SLR(1)分析表的构造,编译原理实验会用到-SLR (1) analysis table of the structure, principle of the experiment will be used to compile
    2022-07-23 08:32:33下载
    积分:1
  • 1.程序读取服务器中的数据,实现web方式的浏览模式。 2.地图分为三个级别,分别是 河南省地图,18地市市域图,以及各个地市的城区图。 3...
    1.程序读取服务器中的数据,实现web方式的浏览模式。 2.地图分为三个级别,分别是 河南省地图,18地市市域图,以及各个地市的城区图。 3.蓝颜色的城市可以直接点击进入,先从河南省地图进入市域图,再从市域图进入城区图。 4.用鼠标滑轮缩小地图,可以从城区图退回到市域图,由市域图退回到河南省地图。-1. Procedures to read data from the server to realize the way web browser mode. 2. The map is divided into three levels, namely, Henan Province, map, 18 prefectures and cities in the city of domain maps, as well as various prefectures and cities in the City map. 3. Blue color can directly enter the city, start entering the city of Henan Province map domain map domain map from the City to enter the city map. 4. With the mouse wheel to narrow the maps, city map from the domain back to the city map, city map domain map back to the Henan Province.
    2022-03-11 19:18:23下载
    积分:1
  • 一个绘图按钮,从网上下载的,再次与大家共享
    一个绘图按钮,从网上下载的,再次与大家共享-Drawing a button, downloaded from the Internet, and once again to share with you
    2022-01-31 13:00:04下载
    积分:1
  • 利用图像区域的局部梯度信息,同时利用序列图像之间局部区域的全局信息及其相关性重 新构造外部能量函数 并根据内外部能量的比值,动态地调节权值参数. 实验结果表...
    利用图像区域的局部梯度信息,同时利用序列图像之间局部区域的全局信息及其相关性重 新构造外部能量函数 并根据内外部能量的比值,动态地调节权值参数. 实验结果表明,改 进算法既可以有效地检测出一些拐角点和凹点,又可以避免目标边缘收敛于某些噪声点 或伪边缘点,可达到良好的体分割效果.-Use of local image gradient information region, while the use of sequential images of the overall situation between the local area information and its relevance to re-structure the external energy function and in accordance with the ratio of internal and external energy, the right to adjust the value of dynamic parameters. Experimental results show that the improved algorithm not only can be effectively detected in a number of corner points and concave point, and prevent the goal of the edge of convergence in certain noise or pseudo-edge point, the body can achieve good segmentation results.
    2022-05-10 18:57:13下载
    积分:1
  • c++ 拖拽源码
    实施拖拽外壳 Namespace 扩展 (简称 NSE) 与资源管理器 (简称 D & D) 操作是比执行常见的基于 Windows 的应用程序和资源管理器之间有点更复杂。众所周知,NSE UI、 树视图和壳视图中包括两个部分。在壳视图中执行 d&d 类似在常见的应用程序,但对于树视图中,您需要一些其他技巧。支持 d&d 中 NSE 的操作涉及执行 shell 接口包括 IDataObject,IDropTarget,IDropSource,IEnumFORMATETC,你应该小心处理这些同时实现 IShellFolder 接口和 IShellView.Another 的东西,我必须指出的是 — — 不要不要混淆 d&d 与另一个外壳技术拖放处理程序。在用户界面中的两件事的最大区别是,D & D 操作通常会发生与鼠标左键,同时拖放处理程序快捷菜单调用处理程序用鼠标右键拖动文件时。之前阅读这篇文章,我建议你读我的第一篇写作 Namespace 扩展 (I)-; 实现子 — — 介绍了我们样品 NSE 数据如何被 o 以外 (我的意思是要我文章 NSE 基于同一种 NSE 数据) 的详细 NSE 技巧。这篇文章假设你知道 c + +,ATL COM,特别是熟悉 NSE 的基本知识。使用 ATL COM 应用程序向导创建的样例项目。你可以自由地拖放和文件资源管理器和样品 NSE 之间或只是内样品 NSE。为简单起见,我们从不不支持拖放的数据文件夹。然而,有关如何实现拖拽的关键要素是相同的。
    2022-06-01 05:22:08下载
    积分:1
  • The code is on the windows network programming, the source book, very comprehens...
    本代码是关于windows网络程序设计的,书籍的源码,很全面。可以参考一下。-The code is on the windows network programming, the source book, very comprehensive. For reference.
    2022-04-23 12:20:22下载
    积分:1
  • vc系统代码精粹 本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序技巧和方法,内容涵盖了Visual C++的系统编程、界面编...
    vc系统开发代码精粹 本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编程、多媒体编程、数字图像编程、网络通信编程以及数据库/MIS开发等-vc system development code essence of this book has been selected more than 40 examples of comprehensive, detailed information based on the Visual C++ program development skills and methods, which covers the Visual C++ the system programming, interface programming, multimedia programming, digital image programming, network communications programming and database/MIS development
    2022-04-30 02:30:59下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载