搜索资源列表
Font
- 获取字体字形,使用GetGlyphOutline获取字体字形之后,将字形显示出来
220163542532006361151403160576
- 本程序示范在C++ Builder下如何在画布上以指定的大小绘制字符串。程序里调用函数GetGlyphOutline可以得到一个字的轮廓矢量或者位图并在画布上绘制。
UVectorFont
- 本软件利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来,从而得到一个矢量汉字
提取字体轮廓
- 主要采用GDI的GetGlyphOutline进行TrueType字体的提取,参照C++源码的总体处理逻辑。为适应C#编程,一些结构的定义和C++有所不同。
Font
- 获取字体字形,使用GetGlyphOutline获取字体字形之后,将字形显示出来-Access to the font font, use font characters GetGlyphOutline access, it will be displayed characters
220163542532006361151403160576
- 本程序示范在C++ Builder下如何在画布上以指定的大小绘制字符串。程序里调用函数GetGlyphOutline可以得到一个字的轮廓矢量或者位图并在画布上绘制。 -This procedure model in C Builder under the canvas on how to specify the size of drawing the string. Program GetGlyphOutline call fu
UVectorFont
- 本软件利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来,从而得到一个矢量汉字-This software use getglyphoutline function function get font outline information, and call it lineto drawn in order to get a vector characters
hge_render_input_cn
- HGE中文显示与中文输入整合新方案。基于字符缓冲模式的原理,绘制使用 GetGlyphOutline 获取字符的65级灰度位图数据Blt到纹理中,这样就可以支持平滑(无锯齿)字体的显示。-HGE Chinese show new integration with the Chinese character input program. Model based on the principle characters in the buff
UVectorFont
- VC 绘图程序源码,利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来。-VC-source graphics program, use function getglyphoutline function of the fr a me to be fonts of information, and call it lineto drawn.
GetGlyphOutline
- 完整的利用GetGlyphOutline读取TTF字模的例子.-GetGlyphOutline to read the full use of TTF font example.
UVectorFont
- VC++编程获取字体的外框信息,也就是只显示出字体的轮廓,运用图形 + 文字 + 矢量的方法,利用getglyphoutline函数得到字体的外框,并调用lineto把它画出来,灵活掌握后,可以做出其它的效果来。-VC++ programming for the outline font of information, that is, show only the outline of a font, use of graphics+
GetGlyphOutline
- 该工具使用GetGlyphOutline读取TTF字体,并经过去锯齿处理,生成点阵字库。-The tool uses GetGlyphOutline reads TTF fonts, and after treatment to the teeth, to generate bitmap fonts.
UVectorFont
- 利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来-Using the function getglyphoutline function of the font outline information, and call it lineto drawn
hge181
- 另外还包括了HGE引擎最新的稳定中文字幕显示方法。外加不需字模的渲染方法-HGE Chinese show new integration with the Chinese character input program. Model based on the principle characters in the buffer, rendering the use of characters GetGlyphOutline acces
TTF-in-UG-3D-lettering
- 基于TTF技术UG二次开发,用于UG 3D刻字,利用API函数GetGlyphOutline读取字模,再在UG转换成曲线拉伸成3D文字-UG secondary development based on TTF technology for UG 3D lettering, the use of API functions GetGlyphOutline read font, and then converted into a curv
字符点阵显示
- 使用了GetGlyphOutline函数,获取字符的点阵数据(The GetGlyphOutline function is used to obtain the bitmap data of the characters)