mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
|
||
---|---|---|
.. | ||
05-Tiny.bdf | ||
06-Tiny.bdf | ||
07-Fixed.bdf | ||
08-Atadore.bdf | ||
08-Fixed.bdf | ||
08-Namil.bdf | ||
08-Nedore.bdf | ||
08-Rockbox-Propfont.bdf | ||
08-Rockfont.bdf | ||
08-Sazanami-Mincho.bdf | ||
08-Schumacher-Clean.bdf | ||
09-Fixed.bdf | ||
09-Nedore.bdf | ||
09-Sazanami-Mincho.bdf | ||
10-Adobe-Helvetica-Bold.bdf | ||
10-Adobe-Helvetica.bdf | ||
10-Artwiz-Snap.bdf | ||
10-Fixed.bdf | ||
10-Nimbus.bdf | ||
10-ProFont.bdf | ||
10-Sazanami-Mincho.bdf | ||
11-Nimbus.bdf | ||
11-ProFont.bdf | ||
11-Sazanami-Mincho.bdf | ||
12-Adobe-Helvetica-Bold.bdf | ||
12-Adobe-Helvetica.bdf | ||
12-Fixed-SemiCond.bdf | ||
12-Nimbus.bdf | ||
12-ProFont.bdf | ||
12-Sazanami-Mincho.bdf | ||
12-Terminus.bdf | ||
13-Fixed-Bold.bdf | ||
13-Fixed-SemiCond-Bold.bdf | ||
13-Fixed-SemiCond.bdf | ||
13-Fixed.bdf | ||
13-Nimbus.bdf | ||
13-Sazanami-Mincho.bdf | ||
14-Adobe-Helvetica-Bold.bdf | ||
14-Nimbus.bdf | ||
14-Rockbox-Mix.bdf | ||
14-Sazanami-Mincho.bdf | ||
14-Terminus-Bold.bdf | ||
14-Terminus.bdf | ||
15-Adobe-Helvetica.bdf | ||
15-ProFont.bdf | ||
16-Adobe-Helvetica-Bold.bdf | ||
16-Adobe-Helvetica.bdf | ||
16-GNU-Unifont.bdf | ||
16-Jackash.bdf | ||
16-Terminus-Bold.bdf | ||
16-Terminus.bdf | ||
16-WenQangYi-Unibit.bdf | ||
17-ProFont.bdf | ||
18-Adobe-Helvetica-Bold.bdf | ||
18-Adobe-Helvetica.bdf | ||
18-Fixed-Bold.bdf | ||
18-Fixed.bdf | ||
18-Terminus-Bold.bdf | ||
18-Terminus.bdf | ||
19-Nimbus.bdf | ||
20-Artwiz-Snap.bdf | ||
20-Terminus-Bold.bdf | ||
20-Terminus.bdf | ||
21-Adobe-Helvetica-Bold.bdf | ||
21-Adobe-Helvetica.bdf | ||
22-ProFont.bdf | ||
22-Terminus-Bold.bdf | ||
22-Terminus.bdf | ||
24-Terminus-Bold.bdf | ||
24-Terminus.bdf | ||
27-Adobe-Helvetica-Bold.bdf | ||
27-Adobe-Helvetica.bdf | ||
28-Terminus-Bold.bdf | ||
28-Terminus.bdf | ||
29-ProFont.bdf | ||
32-Terminus-Bold.bdf | ||
32-Terminus.bdf | ||
35-Adobe-Helvetica-Bold.bdf | ||
35-Adobe-Helvetica.bdf | ||
35-Nimbus.bdf | ||
COPYING | ||
README |
__________ __ ___. Open \______ \ ____ ____ | | _\_ |__ _______ ___ Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ \/ \/ \/ \/ \/ Rockbox Font Collection Fonts put here need to follow a few rules: 1. All fonts must be in standard unicode encoding (ISO10646-1). ISO8859-1 would also work, but should be avoided for consistency, and converted to unicode (it's a trivial change of declaration, the actual code positions stay the same). Other encodings will break text output in rockbox for any non-ASCII text and are hence not allowed. 2. All fonts need to adhere to the following naming convention for easy browsing in rockbox: NN-Family-Variant.bdf NN is the height _in pixels_ when converted to .fnt with convbdf, zero padded for proper sorting in the file browser. "Family" is the font family (might consist of more than one part, e.g. "Adobe-Helvetica") "Variant" covers the weight and variant (might also consist of more than one part e.g. "Cond-BoldItalic"). This part should be left out if it is Regular/Normal/Medium. Do not abbreviate variant names unless they're overly long (keep in mind that the rockbox target displays vary a lot in size). 3. Fonts must have a suitable license for redistribution. 4. Fonts should be carefully selected, judging quality over quantity. A font that only covers ASCII isn't worth much. Rockbox supports a lot of languages.