Fontastic COM format
From Just Solve the File Format Problem
(Difference between revisions)
m |
(→Sample files) |
||
Line 25: | Line 25: | ||
* The FONT-AD.COM file included with the software. | * The FONT-AD.COM file included with the software. | ||
* {{CdTextfiles|smmodem/COMM/TRANSRC3.ZIP|TRANSRC3.ZIP}} → T*.COM | * {{CdTextfiles|smmodem/COMM/TRANSRC3.ZIP|TRANSRC3.ZIP}} → T*.COM | ||
+ | * {{DexvertSamples|image/fontasticCOM}} | ||
[[Category:Executable envelopes]] | [[Category:Executable envelopes]] |
Latest revision as of 02:04, 14 May 2025
Fontastic is a character graphics screen editor for DOS, specializing in font-related features. It was developed by Ray Carson and RC Software.
One of the formats it can save to is its ".COM" format. It is in the form of a COM file which, when executed, prints the (ANSI Art-like) graphics to the screen.
[edit] Identification
The first 272 bytes of a COM file might always be the same. The first 16 are:
e8 6b 00 e8 59 00 e8 47 00 a1 d1 01 8e c0 bf 00
An ASCII signature starting with " Ray Carson
" appears at offset 217.
The file might always be 4273 bytes in size.
[edit] Software
[edit] Sample files
- The FONT-AD.COM file included with the software.
- TRANSRC3.ZIP → T*.COM
- dexvert samples — image/fontasticCOM