diff options
| author | Robert Hak <adiamas@rockbox.org> | 2002-08-15 11:12:21 +0000 |
|---|---|---|
| committer | Robert Hak <adiamas@rockbox.org> | 2002-08-15 11:12:21 +0000 |
| commit | 71a8492a690f9fe727b588ee3a009f84a7864f91 (patch) | |
| tree | 7e766571afe148dca352e62cbcfb06c87e954bc8 | |
| parent | 6246ce5a375f555948d088f8606bdedd916a7526 (diff) | |
| download | rockbox-71a8492a690f9fe727b588ee3a009f84a7864f91.zip rockbox-71a8492a690f9fe727b588ee3a009f84a7864f91.tar.gz rockbox-71a8492a690f9fe727b588ee3a009f84a7864f91.tar.bz2 rockbox-71a8492a690f9fe727b588ee3a009f84a7864f91.tar.xz | |
very basic desc of loadable fonts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1756 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/docs/FAQ | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/docs/FAQ b/www/docs/FAQ index f2fe963..4754acb 100644 --- a/www/docs/FAQ +++ b/www/docs/FAQ @@ -271,4 +271,13 @@ A32: You really don't want to know what I think, it involves road flares, Q33: When I use RockBox my jukebox's red "error" light turns on a lot, but this doesn't happen on the factory firmware. Why? A33: Rockbox uses the red LED as harddisk activity light, not as an error - light. Relax and enjoy the music.
\ No newline at end of file + light. Relax and enjoy the music. + + +Q34: How do I use the loadable fonts? +A34: Loadable fonts are a work in progress. We do not have full documentation + for it. The best we can do now is tell you that you need a valid .bdf + font, and to use the tool "bdf2ajf" from CVS to conver to the .ajf format. + The final .ajf font must be stored in the archos root as 'system.ajf' + We do expect more documentation on this process shortly. + |