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älä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
