The text mode font engine is only designed for text mode video drivers, which in all likelyhood you aren't using. Even though you compiled in the BDF driver, it's still using the freetype driver. Read README.configfile, it tells you how to control this and how to set the font paths.
--Micah On Fri, Aug 29, 2003 at 09:45:08PM +0200, Paolino paperino wrote: > Hi i have discovered that my picoGUI has many problems > with fonts. I've tried, one per time, every font > engine engine in the list of Font menu in the > menuconfig. Only the Text Mode Font Engine compile & > run but i can't see any text!! > Here a log whit hello program > WITH Text Mode Font Engine > [EMAIL PROTECTED] examples]$ pgserver -t aqua.th > widget_create: type 10, container 0, owner -1 > widget_attach: widget 0x80b04fc, container 0 > widget_create: type 6, container 0, owner 5 > widget_create: type 20, container 0, owner 5 > widget_attach: widget 0x80beed4, container 0 > widget_derive: type 1, rship 2, parent 0x80beed4, > owner 5 > widget_create: type 1, container 82, owner 5 > label_install richimata > widget_attach: widget 0x80bf084, container 82 > widget_derive: type 5, rship 2, parent 0x80beed4, > owner 5 > widget_create: type 5, container 82, owner 5 > widget_attach: widget 0x80bf204, container 82 > widget_derive: type 5, rship 2, parent 0x80beed4, > owner 5 > widget_create: type 5, container 82, owner 5 > widget_attach: widget 0x80bf384, container 82 > widget_derive: type 5, rship 2, parent 0x80beed4, > owner 5 > widget_create: type 5, container 82, owner 5 > widget_attach: widget 0x80bf504, container 82 > widget_attach: widget 0x80bed84, container 0 > widget_derive: type 1, rship 2, parent 0x80bed84, > owner 5 > widget_create: type 1, container 81, owner 5 > label_install richimata > widget_attach: widget 0x80bf6bc, container 81 > > > And here a log WITH Internal BDF Font Engine > [EMAIL PROTECTED] examples]$ pgserver -t aqua.t > widget_create: type 10, container 0, owner -1 > widget_attach: widget 0x80b0bd4, container 0 > === Trace message (not necessarily bad) > globals_init in globals.c, line 65: *** ERROR (IO) > : Can't find any fonts > === Trace message (not necessarily bad) > pgserver_init in init.c, line 105: *** ERROR (IO) > : Can't find any fonts > === Trace message (not necessarily bad) > pgserver_main in init.c, line 172: *** ERROR (IO) > : Can't find any fonts > *** ERROR (IO) : Can't find any fonts > > > Anyone can give me a hint me > Andrea > > ______________________________________________________________________ > Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il > filtro Anti-spam > http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
