Font Mania (REXXCOM)
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
'''Font Mania''' is a DOS application for editing and customizing PC-style bitmap fonts. It was developed by REXXCOM Systems. | '''Font Mania''' is a DOS application for editing and customizing PC-style bitmap fonts. It was developed by REXXCOM Systems. | ||
− | Its native font format | + | Its native font format is in the form of a [[DOS executable (.com)|COM]] file, which doubles as a font loader that can be executed independently of Font Mania. |
Executing such a COM file with no parameters changes the current font. Use the "?" parameter to see a list of options. | Executing such a COM file with no parameters changes the current font. Use the "?" parameter to see a list of options. | ||
Line 21: | Line 21: | ||
** {{CdTextfiles|pier01/021a/font_m23.zip|v2.3}} | ** {{CdTextfiles|pier01/021a/font_m23.zip|v2.3}} | ||
** v6.0: [https://archive.org/details/Monster_Media_Number_16_Monster_Media_October_1996 Monster Media No. 16] → FONTS/FMANIA_6.ZIP | ** v6.0: [https://archive.org/details/Monster_Media_Number_16_Monster_Media_October_1996 Monster Media No. 16] → FONTS/FMANIA_6.ZIP | ||
+ | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
Line 29: | Line 30: | ||
* {{CdTextfiles|psl/pslv3nv05/WORDS/DOS/PRNT_GEN/AUTOFONT.ZIP|AUTOFONT.ZIP}} | * {{CdTextfiles|psl/pslv3nv05/WORDS/DOS/PRNT_GEN/AUTOFONT.ZIP|AUTOFONT.ZIP}} | ||
* {{CdTextfiles|psl/pslv3nv05/WORDS/DOS/PRNT_LAS/NUFONT.ZIP|NUFONT.ZIP}} | * {{CdTextfiles|psl/pslv3nv05/WORDS/DOS/PRNT_LAS/NUFONT.ZIP|NUFONT.ZIP}} | ||
+ | * {{DexvertSamples|font/fontMania}} | ||
[[Category:Executable envelopes]] | [[Category:Executable envelopes]] |
Latest revision as of 21:41, 16 February 2025
Font Mania is a DOS application for editing and customizing PC-style bitmap fonts. It was developed by REXXCOM Systems.
Its native font format is in the form of a COM file, which doubles as a font loader that can be executed independently of Font Mania.
Executing such a COM file with no parameters changes the current font. Use the "?" parameter to see a list of options.
[edit] Identification
A Font Mania COM file starts with byte 0xeb
. At offset 7 is ASCII text that begins " FONT MANIA, VERSION"
.
[edit] Software
[edit] Sample files
- Some sample files are included with the software.
- bones10.zip → *.COM
- flip_it.zip
- nu_art.zip
- AUTOFONT.ZIP
- NUFONT.ZIP
- dexvert samples — font/fontMania