When I ran Gtk demo application on an ARM board. I got error message as
below:

(buttons:180): Pango-WARNING **: No builtin or dynamically
loaded modules were found. Pango will not work correctly.
This probably means there was an error in the creation of:
 '/Gtk_dk/etc/pango/pango.modules'
You should create this file by running pango-querymodules.
Fontconfig error: Cannot load default config file
No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org
(!!!)  *** WARNING [Application exited without deinitialization of
DirectFB!] *
** [core.c:775 in dfb_core_deinit_check()]


If I copy some fonts from my linux PC to my target board under
/usr/share/fonts. The application will not crash but display incorrectly
with warning message:

Fontconfig error: Cannot load default config file

(buttons:188): Pango-WARNING **: pango_shape called with bad font, expect
ugly output



I can not copy all fonts to /usr/share/fonts because of limited space there,
so I want to put them somewhere else. However, after I changed
fonts.confunder /etc/fonts,

it still looks for the default path under /usr/share/fonts. How could I
specify the path and install fonts?



Thank you,

Matthew
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to