搜索资源列表
TextShape
- 得到windows的TrueType字体的轮廓的COM组件。汉字,英文字母均可以。先设置字体的平滑度参数,返回多个多边形。-be windows TrueType font outline of COM. Chinese characters and English letters can. The first set font smoothing parameter and return to a number of polygons.
FontView
- 详细分析和演示对win字体库的操作。 包括点阵字体,向量字体,TrueType字体,以及字库数据的查询分析。最重要的是能解析TTF文件。
pngwriter-0.5.3
- PNG开放源接口 The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, bas
sfty
- 做库软件,可以做点针字库,truetype 字库等。-do for software, can do needle point font, such as truetype font.
TRUETYPE
- TRUETYPE字体文件格式初探,TTF格式文件的权威说明。
TrueType
- 献丑.得到TrueType字体的轮廓的关键代码,附执行主程序.原本打算支持SHX字体去得到单线字体,但发现有种名为morden的TrueType字体就是单线的.希望对你有用,在理解或使用中有任何疑问,请与我联系.QQ8362134
ttfspec2
- TrueType 1.0 Font File Specification, v.1.65
提取字体轮廓
- 主要采用GDI的GetGlyphOutline进行TrueType字体的提取,参照C++源码的总体处理逻辑。为适应C#编程,一些结构的定义和C++有所不同。
truetype字体绘制轮廓
- C#界面 windows API获取truetype轮廓,并绘制字体轮廓
TRUETYPE.rar
- 本文分析了TrueType字形数据文件的结构,其中对其格式的两级字符映射机制进行了较为升入的描述,在次基础上介绍了应用开发中字形数据的读取和存储技术,This paper analyzes the TrueType font data file structure, in which two characters of its format mapping mechanism for entering a more descr iption of the basis of the meeting
ttf
- truetype字体结构分析软件 (含源码)希望对大家有所帮助-truetype font structural analysis software (including source code) hope to be helpful
112
- TrueType显示字体具体方法,源码,解析-TrueType fonts display specific methods, source code
picasso_0.9_beta1.tar
- Picasso is a high quality vector graphic rendering library. It support path , matrix , gradient , pattern , image and truetype font.
ttf2array
- 将truetype fonts转换为C数组-convert ttf fonts to C array
JiaGuWen_XiaZaiBa
- 甲骨文字体,很少见到。格式是微软的TTF格式,标准精度。-Oracle Truetype Font file of Chinese. Format in MS TTF, standard pricision.
truetype
- 将 windows true type 字库生成 bmp文件资料及源码.-The windows true type fonts bmp documentation and source code is generated.
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
Resolution_Independent_Curve_Rendering
- 分辨率无关的bezier曲线绘制。利用GPU,通过pixel shader绘制bezier曲线。特别适合绘制OpenType(TrueType)文字。-Resolution independent bezier curve drawing. Using GPU, drawing bezier curves by pixel shader. Particularly suitable for drawing OpenType (TrueType) text.
fontnamefromfile_src
- Explains how to retrieve a font name from TrueType or OpenType files (.ttf)
TrueType
- truetype 字体直接显示程序,是学习曲线字体的好范例