Thanks a lot! I download the FT2 library at http://www.freetype.org/ and install it. Now everything works well.
By the way, do you know how to deploy directFB application to a small system? My Linux is very small with only kernel and busybox. Now I have to copy related directFB library to the small system. I tried to build the application by static, but failed. --- Ville<[EMAIL PROTECTED]>: > On Mon, Aug 27, 2007 at 07:28:45PM +0800, Gordon > Yang wrote: > > I am testing the "text" sample of directFB on > Linux. > > My Linux is very small with only kernel and > busybox. > > > > The "simple" sample runs well on my Linux. But > "text" > > failed. After traceing the debug information, I > found > > it stops at > > > > DFBCHECK (dfb->CreateFont (dfb, font_file, > &font_dsc, > > &font)); > > > > And CreateFont() will return DFB_NOIMPL. Should I > > install any font loader for TTF? Or I missed some > > components of directFB? > > Yes, you need to install the ft2 font provider, > which means you need > to install freetype first. > > -- > Ville Syrj [EMAIL PROTECTED] > http://www.sci.fi/~syrjala/ > ___________________________________________________________ 雅虎邮箱,以安全著称,是值得信赖的邮箱专家! http://mail.yahoo.com.cn/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
