搜索资源列表
VC下提取点阵字模源代码
- 开发UC/GUI用的字体转换工具.-Development UC/GUI fonts with the conversion tools.
ucGUI的16_16点阵字库
- 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中国人民万岁"G
Zimo
- 根据输入汉字生成点阵字体!用户可以自定义字体的大小!-according to input Chinese characters generate bitmap fonts! Users can customize the font size!
GETFONT
- 把矢量字体转换成点阵字体,无密码,直接编译,运行即可.-put into vector font bitmap fonts, no password, directly translated, can be run.
GetPicFont
- 从图片转化成点阵字体的小程序,本例子转化了一组拨号字体-from the photos into a small dot-matrix fonts procedures, examples of this transformation of a group of dial-up fonts
downcode55555
- 传统上的字模信息一般都是从点阵字体中得到的。然而,点阵字体有一个致命的缺点就是字模信息大小固定,放大字体将产生严重的锯齿形失真。本文介绍了一种利用VC从TTF字体中直接获取字符的字模信息的方法,所获取的字模信息可以达到近似无限的分辨率,可选择2级、5级、17级和65级等多种灰度级,最终将字模信息保存为BMP位图文件格式,方便对字模信息的利用。 -traditional information on the Fonts are gen
LCDFontConver
- 字体转换程序,可将windows中的失量字体转换为点阵字体-font conversion program may be windows of loss font conversion of lattice fonts
FontGen2
- 点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的
fonts
- ASCII 点阵字体,有5*5,9*7,16*15等几种字体的程序转换。这些字体可以应用于某些电子显示器上。-ASCII bitmap fonts, 5* 5,9* 7,16* 15 and other procedures for the conversion of several fonts. These fonts can be used in certain electronic display.
HZK16C
- DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。-DOS under 16 dot matrix Chinese characters in DOS downloaded into the memory or to open a binary manner, index to display Chinese characters, Chinese
FontView
- 详细分析和演示对win字体库的操作。 包括点阵字体,向量字体,TrueType字体,以及字库数据的查询分析。最重要的是能解析TTF文件。-Detailed analysis and demonstration of the win font library s operation. Including dot-matrix fonts, vector fonts, TrueType fonts, and font data anal
font
- 一个字体编辑工具,方便用户单片机编辑点阵字体-A font editing tools, user-friendly editing bitmap fonts Singlechip
suki_v5.0
- 这是一个字模软件,可以取点阵的字体,生成代码加到单片机里面。-This is a matrix software, dot-matrix fonts can be chosen to generate code to add single-chip inside.
GBK
- GBK点阵字体的显示,应用液晶显示屏将所要的汉字显示出来,是非常便捷的程序!-GBK font dot matrix display, the application of liquid crystal display of Chinese characters will be displayed, the procedure is very convenient!
51
- LED 点阵控制,可以实现点阵字体显示,根据自己的要求设置-LED Dot Matrix control can be achieved showed that dot-matrix font, in accordance with the requirements of their own settings
Windowsdesign
- 本书特色: 基本入门:输出、输入、对话方块 对Unicode的介绍 图形处理:绘图、文字与字体、点阵图形与metafile 系统核心与印表机 声音与音乐 动态连结程式库 多工与多执行绪 多重文件介面 网际网路与企业内网路程式设计 -This book features: the basic entry: output, input, a dialogue box on th
ts3(1)
- 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显 然,对于嵌入式系统,不太可能使用矢量字体,在这种情况下,点阵 字体就显现出了它的优点。 本软件可以在WINDOWS 系统下生成任意点阵大小的ASCII, -In the development of embedded systems, required different size or type of font characters. Obviously, fo
dz
- 点阵字体生成器,可以生成各种大小的点阵字体,可以选择字体。-Bitmap font generator, can generate a variety of small dot-matrix font, you can choose the font.
HZK
- 点阵字体库,分别是12点阵,16点阵,64点阵(Dot matrix font library, 12 dot matrix, 16 dot matrix, 64 dot matrix, respectively)
VC6下各种ASCII点阵字体显示
- VC工程,里面包含各种ASICC(ASC12,ASC16,ASC24)的点阵字体显示功能。(VC project, which contains a variety of ASICC (ASC12, ASC16, ASC24) dot matrix font display function.)