搜索资源列表
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
OpenGL下文字的显示
- openGl下中英文字的显示,使用了位图文字、矢量轮廓文字-openGl under which English words indicate that the use of the word bitmap, vector outline text
PicEdge_DetecAndExtrac
- 程序说明 总体功能: 本程序有2个功能。 1.对载入的二值图像提取边缘,并将边缘信息存入指定文本文件。 2.通过功能1中的文本文件在一个打开的pic图像中恢复边缘。 所需输入输出的数据文件: 1.输入一个二值图像,对其进行边缘提取,新建一个文本文件已存入边缘信息,输出此文本。 2.输入步骤2中的文本,通过文本文件输出恢复边缘。 运行方式: 1.打开一个待求二值图。 2.选取“边缘提取”,“轮廓提取”中的4连通或者8连通方法提取边缘。
MyProcessBar
- 任意形状进度条的实现源码,可以自定义颜色,还可以用文字作为轮廓呦-arbitrary shape of the progress achieved source, since the definition of color, can be used as a text outline strove
UVectorFont
- 文字轮廓识别,用于提取文字外框,只能用于Windows-Outline text recognition, to extract the text frame, only for Windows
Ascii2path
- vc 6环境下实现文字轮廓(汉字、数字、字母等)获取-text outline for vc 6 environment
textoutline
- 给输出文本绘制轮廓,文件名:textoutline.rar-Draw the outline of the text to the output, the file name: textoutline.rar
UVectorFont
- 矢量字体解析,通过Windows的字体对话的设置,提取输入文字的轮廓并绘制在界面上-Analysis of vector fonts, font dialogue through the Windows settings, enter text extraction and mapping in the outline of the interface
TestOutlineText_ver029
- 实现Outline文字功能的库,采用了策略模式-Implement outline text library,using Strategy Pattern.
libharu_2_0_8_ruby_win32
- HARU is a free, cross platform, open-sourced software library for generating PDF. It supports the following features. 1. Generating PDF files with lines, text, images. 2. Outline, text annotation, link annotation. 3. Compressing document
VB_create_text_outline_abnormal_form_classic_code.
- VB以文字轮廓制作的畸形窗体经典代码VB create a text outline of the abnormal form classic code-VB create a text outline of the abnormal form classic code
5
- This book is intended for beginners. The book follows the style of other programming texts in the Schaum s Outline Series (the first of which, published in 1975, was my own Programming with Basic). As such, it is written in a manner that can easily
UVectorFont
- VC++编程获取字体的外框信息,也就是只显示出字体的轮廓,运用图形 + 文字 + 矢量的方法,利用getglyphoutline函数得到字体的外框,并调用lineto把它画出来,灵活掌握后,可以做出其它的效果来。-VC++ programming for the outline font of information, that is, show only the outline of a font, use of graphics+ text+ vector method, the use o
textonglass_src3
- c# 特效字体的实现,应该有你需要的。里面有DEMO-C# GDI+ outline text
SQL-choose-course
- 本系统以大家常见的选课系统为提纲,编绘了较为完善的功能,并有新功能的添加拓展,是功能较为完整,代码较为简单的系统。 本系统本着独立,创新的原则,实现了很多复杂功能,比如combobox的文本内容与数据库的更新,实时向数据库更新统计数据,并能有依据的进行选课推荐,虽是桌面版的,但是尽可能使得功能向网页版靠拢。 而且在数据库连接方面,使用了较为容易的类库方法,使得代码的复杂度减低,是入门sql开发者提升自己编程水平的典型-In this system, we outline th
OutlineArt-V1.6
- Freefire Studio OutlineArt 是一可将文字及符号轮廓提取为 AutoCAD 图形文 件(DXF格式)的小工具。有了他以后你可以将任意的文字及符号转换为“空心字”啦。 本软件可单独运行,也可以作为 AutoCAD 的*工具在 AutoCAD R14,2000 或 2002 中加载。-Freefire Studio OutlineArt is an outline can extract text and symbols for AutoCAD drawin
vbtextform
- VB制作实现的字形窗口,用文字的轮廓实现窗体的样子,还可以嵌入图片,适合用于制作不规则窗口的地方。-VB production realized shaped window, with the outline of the way to achieve a form of text, you can also embed images, suitable for the production of irregular window areas.
opengldemo
- this document is source code for outline text thank you
testoutlinetext
- this source code is test for outline text usage mode. thank you.