View Single Post
Old 09-30-2010, 05:58 PM   #767
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012492
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
To workaround the issues some of you have encountered when switching fonts on FW 3.x, you'll find here a bunch of font sets packaged as an update file.

To use these, just upload the file corresponding to your Kindle model to the root of your Kindle, and "Update Your Kindle", just like a hack . You shouldn't need to restart your Kindle at all after that .

(Of course, for these to do something, you'll have to have the Fonts Hack installed!)

Now, if you want to package your own fonts like this, it's gonna be a bit more cumbersome than usual. You'll be needing a Python 2.x environment, and OpenSSL. If you're on OS X/Linux, you shouldn't have to do anything, that should already be part of your system. On Windows, you'll have to install both.
Python: http://www.python.org/download
OpenSSL: http://www.slproweb.com/products/Win32OpenSSL.html (The Light installer should be enough)

Download the kindle-fontpackager-1.0.N.zip file attached here, and unpack it somewhere easy to find. For the purpose of this post, I'll assume it's unpacked in ~/Kindle on OS X/Linux, and C:\Kindle on Windows.

Also take note of where the fonts you want to use are located (And, as always, they'll have to follow the usual naming scheme). I'll assume they're in ~/Kindle/Fonts (C:\Kindle\Fonts on Windows).

Open your favorite Terminal emulator (cmd by default on Windows), and do:

OS X & Linux
Code:
cd ~/Kindle/src
python ./build-update.py ~/Kindle/Fonts
Windows
Code:
cd C:\Kindle\src
build-update.py C:\Kindle\Fonts
If you're not missing any font files, you'll end up with the update .bin file you need in ~/Kindle (C:\Kindle on Windows) .
Attached Files
File Type: zip Diavlo_K3-PKG.zip (4.35 MB, 946 views)
File Type: zip FertigoPro_K3-PKG.zip (4.48 MB, 921 views)
File Type: zip Fontin_K3-PKG.zip (2.18 MB, 931 views)
File Type: zip Museo_K3-PKG.zip (2.58 MB, 873 views)
File Type: zip Museo_Slab_K3-PKG.zip (2.51 MB, 848 views)
File Type: zip Droid_Sans-PKG.zip (5.24 MB, 1014 views)
File Type: zip kindle-fontpackager-1.0.N.zip (22.5 KB, 480 views)

Last edited by NiLuJe; 08-18-2015 at 06:00 PM.
NiLuJe is offline   Reply With Quote