Store the list of fonts in a linked list instead of in a static array (together with...
commit04d80f573bdd3b9825c526bd019c2969e993d346
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 27 Feb 2010 16:51:51 +0000 (27 16:51 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sat, 27 Feb 2010 16:51:51 +0000 (27 16:51 +0000)
tree2938f64deb680be07a11490614d426dc686f46da
parent8550b08de48689e1660262021f2408ea9d1078c8
Store the list of fonts in a linked list instead of in a static array (together with the base filename) and load all fonts in a second step. This aids debugging missing fonts, skips fonts that are not used in viewports, and is preparation of a resizable (on boot) skin buffer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24943 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_fonts.c
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/wps_internals.h