Re: documentaion building for android



On 01/02/13 14:39, Dominique Bureau wrote:
Great! Had some time to play with this and got it running. For some reason,
something on my setup was messing up the build, but a fresh Kubuntu 12.10
install has no issue building this (beside the usual dash-­>bash issue).

Only question I got so far (which will probably end up on the fontconfig
mailing list) is I noticed very long bootup times, and traced it down to what
seems to be fontconfig usage (ClutterText->pango->fontconfig). I believe
fontconfig cannot either build glyph caches or access the installed fonts, even
though we pass the --with-default-fonts=/system/fonts option (and this is
where the fonts are actually installed on my device). Anybody else has issues
with this?

So the problem is that fontconfig is rebuilding the font cache each time you restart the app.
This takes a significant amount of time :/

The solution would be to get fontconfig to store the built cache somewhere, but that would require to patch fontconfig to store that cache somewhere in the application's data. Not sure exactly how to do that, but that would probably require to use Android specific API.



I would be intersted to know what setups you are playing with. For some reason
I can't get it to work in the emulator, and on the 3 hardware I tested I get
the same result. Only thing I could see is these are NOT rooted devices.

Thanks

--
Dominique

_______________________________________________
clutter-list mailing list
clutter-list gnome org
https://mail.gnome.org/mailman/listinfo/clutter-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]