ChinaUnix.net
相关文章推荐:

freetype2显示

#include #include #include "gb2312.h" #include "freetype2.h" static struct{ char szFontName[64]; char szFontFile[128]; }FontInfo[] = { { "楷体", "./simkai.ttf" }, { "黑体", "./simhei.ttf" }, { "宋体", "./simsun.ttc" }, { "Uming", "./uming.ttf" } }; static char* GetFontFile(char *pszFontName) { int i; int nSize; if((NULL == pszFontName) || ('\0' == *pszFontName)) goto err; ...

by peeweek - Linux文档专区 - 2009-12-08 21:43:07 阅读(2213) 回复(0)

相关讨论

getbitmap.c[color="#b0c4de"]#include [color="#ffa07a"] [color="#b0c4de"]#include FT_freetype_H [color="#98fb98"]int [color="#87cefa"]main([color="#98fb98"]int [color="#eedd82"]argc, [color="#98fb98"]char **[color="#eedd82"]argv){ [color="#98fb98"]int [color="#eedd82"]psize; [color="#98fb98"]FT_Library [color="#eedd82"]library; [color="#98fb98"]FT_Face [color="#eedd82"]face; [color="#98fb98...

by hellwolf - Linux文档专区 - 2007-07-06 19:20:40 阅读(1221) 回复(0)
by 2dog - 桌面与办公 - 2003-05-18 19:41:56 阅读(634) 回复(0)
by 2dog - Linux新手园地 - 2003-05-18 19:41:56 阅读(1385) 回复(0)

小弟最近在学习freetype2,不知道怎样实现,那为高人肯指点一二? :D

by 2dog - 桌面与办公 - 2003-05-18 18:49:50 阅读(742) 回复(0)

小弟最近在学习freetype2,不知道怎样实现,那为高人肯指点一二? :D

by 2dog - Linux新手园地 - 2003-05-18 18:49:50 阅读(1774) 回复(0)

freetype2需要 libfreetype6 libttf 但是 libttf2-2.1.9-1_4.rh9.at.i386.rpm libfreetype6-2.1.9-1_4.rh9.at.i386.rpm 都装不了提示 file /usr/lib/libfreetype.so.6 from install of libfreetype6-2.1.9-1_4.rh9.at conflicts with file from package freetype-2.1.3-6 freetype-2.1.3-6也不能卸载 - -! 请高人指点指点。。。

by ppyyr - 系统管理 - 2005-09-16 17:06:49 阅读(1310) 回复(2)

freetype2需要 libfreetype6 libttf 但是 libttf2-2.1.9-1_4.rh9.at.i386.rpm libfreetype6-2.1.9-1_4.rh9.at.i386.rpm 都装不了提示 file /usr/lib/libfreetype.so.6 from install of libfreetype6-2.1.9-1_4.rh9.at conflicts with file from package freetype-2.1.3-6 freetype-2.1.3-6也不能卸载 - -! 请高人指点指点。。。

by ppyyr - Linux系统管理 - 2005-09-16 17:06:49 阅读(1766) 回复(2)

最近在基于freetype2做字体显示的功能,有几个疑问不明白,首先打开AA的效果怎么感觉字体的效果出来后毛绒绒的,就是边的部分灰度值在0~255之间,不知有啥patch能改变这种效果,觉得还是windows上的cleartype舒服啊,另外就是想到利用描边去改善这块的效果,但看了看文档,也没发现FT_Stroke怎么个用起来,freetype2这块新手,请大家指教:)

by madeinchina - C/C++ - 2008-06-20 17:48:23 阅读(1754) 回复(0)

安装freetype2有如此提示,如何是好。。 [root@Www. freetype-2.2.1]#./configure GNU make (>= 3.79.1) or makepp (>= 1.19) is required to build freetype2. Please try `GNUMAKE= ./configure'. or >&2 `GNUMAKE="makepp --norc-substitution" ./configure'

by flyingzf - 系统管理 - 2006-12-03 18:22:21 阅读(562) 回复(0)

安装freetype2有如此提示,如何是好。。 [root@Www. freetype-2.2.1]#./configure GNU make (>= 3.79.1) or makepp (>= 1.19) is required to build freetype2. Please try `GNUMAKE= ./configure'. or >&2 `GNUMAKE="makepp --norc-substitution" ./configure'

by flyingzf - Linux系统管理 - 2006-12-03 18:22:21 阅读(1685) 回复(0)