Hi Peter,
implementations are to be found in separate libraries.
In my case that's
/opt/local/lib/directfb-1.2-0/interfaces/IDirectFBFont
which will be probably different for you.

Check if you have libraries there, and check if you have dynamic loading 
enabled on your target, otherwise you might find it easier to just use 
statically linked implementations with --enable-static during ./configure.

hth
Niels

Peter Thorpe wrote:
> Hi,
>
> I've a monochrome LCD display for which I have a Linux module written to 
> implement a monochrome framebuffer /dev/fb0.
>
> The pong program is failing in dfb->CreateFont().
> The trace shows that pong can find /usr/share/fonts/decker.ttf, but it 
> reports:
>
> pong.c <119>:
>         (#) DirectFBError [dfb->CreateFont(dfb, FONT, &font_desc, 
> &font)]: No (suitable) implementation found!
>
> Therefore I disabled all the flags in the DFBFontDescription structure 
> that is used in the call to dbf->CreateFont(), but the problem persists.
>
> Please can anyone help? Something seems to be causing the font to not 
> load properly. Could it be a compatibility problem, relating to the fact 
> that I have a monochrome framebuffer?
>
> Kind regards,
> Peter
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
>   


-- 

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------" 

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to