ChinaUnix.net
相关文章推荐:

FreeType抗锯齿

使用freetype打开一个bitmap fonts(BDF), 获取到的FT_Bitmap_Size,但是当中的宽度和高度,有时不准确. 如何才能准确的获得当却缺省字体的宽度和高度? 请高手帮忙解决!!!

by baker5 - C/C++ - 2009-05-10 12:14:46 阅读(959) 回复(0)

相关讨论

在安装gd-2.0.9时老出现这个报错 rm -f .libs/gdft.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -g -O2 -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -fPIC -DPIC -o gdft.o In file included from gdft.c:55: /usr/local/include/freetype2/freetype/freetype.h:19:2: #error "`ft2build.h' hasn'...

by hss202 - Linux论坛 - 2004-12-13 01:14:27 阅读(836) 回复(1)

Installing ImageMagick with freetype, PNG, JPEG, AI and EPS Support Often a client will request some type of image manipulation performed server side to support their application. A common example of this is the simple 'add watermark' function that you see on so many sites, but the examples can quickly get more complicated including items such as sharpen, add text, overlay imag...

by xuelanghu - php文档中心 - 2008-11-06 10:17:35 阅读(5100) 回复(0)

一段使用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(); osdhe...

by 杜比环绕声 - BSD文档中心 - 2008-04-25 20:04:14 阅读(1874) 回复(0)

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 qiwen - BSD - 2007-02-01 22:15:43 阅读(6593) 回复(25)

[code] 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'. [/code] 接着我使用了GNUMAKE=make ./configure也出现错误 GNUMAKE=make: Command not found 我这下不知道该怎么办了,谁教教我,谢谢 freetype的版本是freetype-2.1.10 系统是freebsd6.0

by tiredboy - BSD - 2006-03-07 22:51:33 阅读(1132) 回复(0)

我从http://www.sunfreeware.com/indexintel10.html下载了freetype-2.1.9-sol10-intel-local.gz这是个二进制文件,解压后只有一个freetype-2.1.9-sol10-intel-local,请问这个东东怎么安装呢?我打pkgadd -r 好像不行 我本来是要装xpdf,发现必须先装freetype,搞了个freetype二进制不会装,又去下了个源码想直接编译,结果又说要先装egrep,我怕装egrep的时候说不定又冒出来个什么玩意让我装,没头了。unix下装个冬冬咋就这么难呢...

by palance - Solaris - 2006-01-12 16:42:34 阅读(3589) 回复(7)

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 阅读(1313) 回复(2)

我搜索了旧贴,可是还不知道freetype的安装位置>;< 抱歉,发错地方了

by D57452 - 内核/嵌入技术 - 2005-06-14 13:53:34 阅读(391) 回复(0)

编译php的时候看到的,请指点一下。 谢谢!

by marsaber - 服务器应用 - 2008-10-24 12:26:21 阅读(1325) 回复(1)

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

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