Font Mania (REXXCOM)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (→Software)  | 
			 (→Sample files)  | 
			||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|subcat=Fonts  | |subcat=Fonts  | ||
|extensions={{ext|com}}  | |extensions={{ext|com}}  | ||
| − | |released=  | + | |released=1991  | 
}}  | }}  | ||
'''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.  | ||
== Identification ==  | == Identification ==  | ||
| − | + | A Font Mania COM file starts with byte <code>0xeb</code>. At offset 7 is ASCII text that begins "{{magic| FONT MANIA, VERSION"}}.  | |
== Software ==  | == Software ==  | ||
| − | * {{CdTextfiles|swextrav1993/disk1/grprogs/font_m.zip|  | + | * Font Mania:  | 
| − | * {{CdTextfiles|somuch/smsharew2/GRAPHICS/FONT-M22.ZIP|  | + | ** {{CdTextfiles|swextrav1993/disk1/grprogs/font_m.zip|v1.0}}  | 
| + | ** {{CdTextfiles|tigershareware/x22/font_m21.zip|v2.1}}  | ||
| + | ** {{CdTextfiles|somuch/smsharew2/GRAPHICS/FONT-M22.ZIP|v2.2}}  | ||
| + | ** {{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  | ||
| + | * {{Deark}}  | ||
| + | |||
| + | == Sample files ==  | ||
| + | * Some sample files are included with the software.  | ||
| + | * {{CdTextfiles|tigershareware/x22/bones10.zip|bones10.zip}} → *.COM  | ||
| + | * {{CdTextfiles|tigershareware/x26/flip_it.zip|flip_it.zip}}  | ||
| + | * {{CdTextfiles|tigershareware/x10/nu_art.zip|nu_art.zip}}  | ||
| + | * {{CdTextfiles|psl/pslv3nv05/WORDS/DOS/PRNT_GEN/AUTOFONT.ZIP|AUTOFONT.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