Support and General Use > Theming and Appearance Customization
Convert fnt back to bdf
rockbox_dev123:
Bumping this because I found what I think is actually the 'correct' and final solution.
Make the following change to tools/buildzip.pl:
--- Code: ---@@ -366,9 +366,6 @@
print($cmd."\n") if $verbose;
system($cmd);
chdir("../../");
+
+ # Copy pre-compiled .fnt files without conversion.
+ system("cp ${ROOT}/fonts/*fnt ${temp_dir}/fonts/");
if($fonts < 2) {
# fonts-only package, return
--- End code ---
Make sure to run:
--- Code: ---make fullzip
--- End code ---
Instead of:
--- Code: ---make zip
--- End code ---
I can now remove the hack I added to WPSLIST!
Navigation
[0] Message Index
[*] Previous page
Go to full version