ChinaUnix.net
相关文章推荐:

miniGUI中使用FreeType2

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)

相关讨论

小弟现在使用minigui编程,想按一个按钮触发一个200毫秒的定时器, 执行函数roamfun()。使用setitimer函数,以及SIGALRM信号,程序如下。但我设的周期根本不起作用,系统以极快的频率在执行roamfun()。是不是minigui中已经用了该信号? struct itimerval tv; struct sigaction siga; tv.it_interval.tv_sec = 0; tv.it_interval.tv_usec = 200; ...

by cnetbug - C/C++ - 2005-11-01 15:50:12 阅读(1243) 回复(0)

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

by madeinchina - C/C++ - 2008-06-20 17:48:23 阅读(1757) 回复(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 阅读(565) 回复(0)

大家先鄙视我吧,我太菜了 链接帮助都不行 gnu make什么意思 ./configure -help 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 huanguuq - BSD - 2006-05-24 11:37:38 阅读(1449) 回复(3)

请问我下了freetype-2.1.4.tar.gz #tar -zxvf freetype-2.1.4.tar.gz #cd freetype-2.1.4 #./configure 提示“Sorry, GNU make is required to build freetype2.” 可是我已经安装了gmake啊 #GNUMAKE=/usr/local/bin/gmake ./configure 也不行。 到/usr/ports/print/freetype2 却可以安装?

by tyyx - BSD - 2003-07-10 13:37:31 阅读(2299) 回复(3)
by 2dog - 桌面与办公 - 2003-05-18 19:41:56 阅读(637) 回复(0)

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

by 2dog - 桌面与办公 - 2003-05-18 18:49:50 阅读(744) 回复(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 阅读(1875) 回复(0)

使用 grep -e | freetype 查询服务器上有个 freetype 2.1.9。 我想重新安装一个 freetype 2.3.5。 就装在 /usr/local/freetype2 这儿了。 结果编译 php 的时候报了个 freetype1 yes freetype 2 no。 不知道什么原因。麻烦大家教教已经有的freetype怎么删除吧。

by CarolVan - 服务器应用 - 2007-12-17 12:46:59 阅读(1759) 回复(1)

最近配置了FREEBSD+APACHE+PHP4.3.1+GD2.0+freetype(不知道版本) 编译配置如下: './configure' '--with-apxs=/usr/local/sbin/apxs' '--with-config-file-path=/usr/local/etc' '--enable-versioning' '--with-regex=system' '--with-gd' '--with-ttf' '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--with-freetype-dir=/usr/local/include/freetype2/freetype' '--with-zlib' '--with-mysql=/usr/local' '--prefix=/us...

by lys3000cn - BSD - 2003-04-08 18:19:30 阅读(2262) 回复(4)