Raw Bitmap Font
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Fonts |extensions={{ext|rbf}} |wikidata={{wikidata|Q105860584}} }} '''Raw Bitmap Font''' is used by the Rocket eBook and the CH...") |
Parchivist (Talk | contribs) |
||
(4 intermediate revisions by one user not shown) | |||
Line 14: | Line 14: | ||
== Samples == | == Samples == | ||
* [https://app.assembla.com/spaces/chdk/subversion/source/HEAD/trunk/CHDK/FONTS RBF fonts in CHDK] | * [https://app.assembla.com/spaces/chdk/subversion/source/HEAD/trunk/CHDK/FONTS RBF fonts in CHDK] | ||
+ | * [http://jimblog.me/wp-content/uploads/filebase/ebooks/rocket_reb/fonts/Svoboda.zip Svoboda Russian font for Rocket eBook] | ||
== Links == | == Links == | ||
* [https://chdk.fandom.com/wiki/RBF_fonts Tutorial: How to make RBF fonts] | * [https://chdk.fandom.com/wiki/RBF_fonts Tutorial: How to make RBF fonts] | ||
+ | * [https://web.archive.org/web/20040402101802/http://www.the-ebook.org/news/font/index.html#6 RBF format description] | ||
== Software == | == Software == | ||
* [https://rbfeditor.sourceforge.net/ rbfEditor] | * [https://rbfeditor.sourceforge.net/ rbfEditor] | ||
+ | * [https://web.archive.org/web/20060523145729/http://jim.pp.ru:80/alter/files/rbfve.zip rbf Viewer/Editor 1.2.0 by Andrew Thielmann] ([https://web.archive.org/web/20120106174140/http://www.the-ebook.org/e107/e107_files/images/rocket/001/fonts/rbfVE-source.zip Source]) | ||
* [https://chdk.setepontos.com/index.php?topic=12813.0 RBF FontMaker] ([https://web.archive.org/web/20231001030906/https://chdk.setepontos.com/index.php?action=dlattach;topic=12813.0;attach=13116 rbf_fontmaker_160422_win32.7z], [https://web.archive.org/web/20231001031245/https://chdk.setepontos.com/index.php?action=dlattach;topic=12813.0;attach=13058 chdkallchars.txt], [https://web.archive.org/web/20231001031353/https://chdk.setepontos.com/index.php?action=dlattach;topic=12813.0;attach=13059 chdkfont2rbf.7z]) | * [https://chdk.setepontos.com/index.php?topic=12813.0 RBF FontMaker] ([https://web.archive.org/web/20231001030906/https://chdk.setepontos.com/index.php?action=dlattach;topic=12813.0;attach=13116 rbf_fontmaker_160422_win32.7z], [https://web.archive.org/web/20231001031245/https://chdk.setepontos.com/index.php?action=dlattach;topic=12813.0;attach=13058 chdkallchars.txt], [https://web.archive.org/web/20231001031353/https://chdk.setepontos.com/index.php?action=dlattach;topic=12813.0;attach=13059 chdkfont2rbf.7z]) | ||
+ | * [https://web.archive.org/web/20130406225501/http://www.the-ebook.org/?p=104 rbf_pack for Linux] ([https://web.archive.org/web/20090525025006/http://www.the-ebook.org/rus/?dl_id=21 download]) |
Latest revision as of 02:17, 2 October 2023
Raw Bitmap Font is used by the Rocket eBook and the CHDK Canon camera firmware.
Contents |
[edit] Identification
- E00EF00D03000000 at offset 0
[edit] Samples
[edit] Links