Closed SlashNetUA closed 1 year ago
Thanks! Out of interest, you mentioned in the comments they were 'recreated', how did you create/extract them?
On Mon, 13 Feb 2023, 22:28 SlashNetUA, @.***> wrote:
Elan Enterprise: https://en.wikipedia.org/wiki/Enterprise_(computer) Videoton TVC: https://en.wikipedia.org/wiki/Videoton_TV-Computer
You can view, comment on, or merge this pull request online at:
https://github.com/robhagemans/hoard-of-bitfonts/pull/22 Commit Summary
- 250f0a6 https://github.com/robhagemans/hoard-of-bitfonts/pull/22/commits/250f0a67a71b11a8643cb4c72e9d74903f7d53f2 Added Elan Enterprise and Videoton TVC official and user fonts
File Changes
(7 files https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files)
- A elan_enterprise/ep_brd.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-ba83242cdfb38e1542eaea8a89708ecb028df082fc4b5b3a325f71fa22971b23 (1669)
- A elan_enterprise/ep_cyr_abc.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-3600059107a22447c10c1ba71c1d3623f917c2ac67dbf3282761c1670589053b (1669)
- A elan_enterprise/ep_cyr_kz.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-da07640b906c6d44e68a15badec966cd318b71b8962f8e7f0171980aee40293d (1670)
- A elan_enterprise/ep_hfont.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-501f899f8f2c89cd0114f6518400faa69d783f5c67d4d108ca65853349e828af (1667)
- A elan_enterprise/ep_uk.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-7c0114836a4de9278eeaae494b69dc84e64698833b25e57f9b0a8a7306da31b9 (1669)
- A videoton_tvc/tvc.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-fb977a944084db059c6174cd69cf237e97e8519eab0ed92bd238b1f606aee4ad (1667)
- A videoton_tvc/tvc_cyr.yaff https://github.com/robhagemans/hoard-of-bitfonts/pull/22/files#diff-e5732b6339e4ea183f914b0ad1ad1acb05c7034fbcff8853b14f9c017ea9c0d1 (2160)
Patch Links:
- https://github.com/robhagemans/hoard-of-bitfonts/pull/22.patch
- https://github.com/robhagemans/hoard-of-bitfonts/pull/22.diff
— Reply to this email directly, view it on GitHub https://github.com/robhagemans/hoard-of-bitfonts/pull/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB25REU3EDUSUG533O2U2SLWXKYQVANCNFSM6AAAAAAU22O53Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I did it using an ordinary text editor. At first I tried to convert the font from the edited screenshot from the emulator, but I couldn't get monobit to create characters 9 pixels high and above (it stubbornly generated characters 8 pixels high).
All done manually sounds like a lot of work! Which emulator did you use for the screenshot?
Apologies monobit documentation is still very sparse, there is a -cell-size
option that should allow to set 9x8 character sizes when reading an image.
Try monobit-convert --help -format=image
for all the options (or check
the source code at monobit/formats/image.py
)
On Tue, 14 Feb 2023, 13:26 SlashNetUA, @.***> wrote:
I did it using an ordinary text editor. At first I tried to convert the font from the edited screenshot from the emulator, but I couldn't get monobit to create characters 9 pixels high and above (it stubbornly generated characters 8 pixels high).
— Reply to this email directly, view it on GitHub https://github.com/robhagemans/hoard-of-bitfonts/pull/22#issuecomment-1429746451, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB25REV645ACDJAXYASIBFDWXOBWNANCNFSM6AAAAAAU22O53Y . You are receiving this because you commented.Message ID: @.***>
All done manually sounds like a lot of work! Which emulator did you use for the screenshot?
Not so much. 🙂 I love pixel fonts, too. I started making them back on my Enterprise (since it was easy enough). Then when I got my IBM PC-compatible computer I made my first font for text mode (.fnt) with the hex editor. 🤪
Nowadays I sometimes help enthusiastic translators create Cyrillic versions of pixel fonts for old games.
To emulate Enterprise (and some other machines on the Z80 processor) I mostly use the multisystem emulator ep128emu (https://sourceforge.net/projects/ep128emu/).
Elan Enterprise: https://en.wikipedia.org/wiki/Enterprise_(computer) Videoton TVC: https://en.wikipedia.org/wiki/Videoton_TV-Computer