使用FreeType库显示汉字
2009-05-13 13:46:41来源:未知 阅读 ()
一段使用FreeType库显示汉字的代码
static DS32 ShowChar(DU16 code, int x, int y, DU32 color,DU8 alignFlag)
{
DS32 osdwidth,osdheight;
DU8 xSize,ySize;
int i=0, j, xx = x;
FT_Glyph glyph;
FT_Error error;
FT_BitmapGlyph bitmap_glyph ;
FT_Bitmap bitmap;
osdwidth = D_OSD_GetWidth();
osdheight = D_OSD_GetHeight();
D_Font_Set_Pix_Sizes(
Pixs[fontCurIndex], /* pixel width */
Pixs[fontCurIndex] ); /* pixel height */
FT_Load_Glyph(pFTFace, FT_Get_Char_Index(pFTFace,code), FT_LOAD_DEFAULT);//0x5B8B
error = FT_Get_Glyph(pFTFace->glyph, &glyph);
if(!error)
{
FT_Glyph_To_Bitmap(&glyph, ft_render_mode_normal, 0, 1);
bitmap_glyph = (FT_BitmapGlyph)glyph;
bitmap = bitmap_glyph->bitmap;
xSize = bitmap.width;
ySize = bitmap.rows;
if(alignFlag == Center)
y += (fontStr.fontCurHeight - ySize) >>1;
else if(alignFlag == Bottom)
y += ((fontStr.fontCurHeight + fontStr.fontCurWidth)>>1) - ySize;
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:[转帖]rsync配置
- 我喜欢的桌面主题 2009-05-13
- 讨论一下package和port一起使用的问题。 2009-05-13
- 使用中的Apache2居然无法启动了 2009-05-13
- freebsd下安装软件使用说明 2009-05-13
- nfs配置 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash