Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viler-int10h/Fontraption
A tiny but powerful VGA text mode font editor for DOS
https://github.com/viler-int10h/Fontraption
8086 8088 ansi-art ascii-art asm assembly-x86 bitmap-font dos font font-editor ibm-pc real-mode textmode tsr vga x86-16
Last synced: 2 days ago
JSON representation
A tiny but powerful VGA text mode font editor for DOS
- Host: GitHub
- URL: https://github.com/viler-int10h/Fontraption
- Owner: viler-int10h
- License: mit
- Created: 2020-09-02T17:36:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T08:29:06.000Z (5 months ago)
- Last Synced: 2024-09-07T11:41:56.312Z (5 months ago)
- Topics: 8086, 8088, ansi-art, ascii-art, asm, assembly-x86, bitmap-font, dos, font, font-editor, ibm-pc, real-mode, textmode, tsr, vga, x86-16
- Language: Assembly
- Homepage:
- Size: 343 KB
- Stars: 85
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-typography - Fontraption - A tiny but powerful VGA text mode font editor for DOS (Assembly)
README
# fontraption
A tiny but powerful VGA text mode font editor for DOS.- Assemble w/build.bat (FASM required)
- See [FRAPT.TXT](FRAPT.TXT) for full documentation
- **A large collection of fonts is available separately: [VGA text mode fonts](https://github.com/viler-int10h/vga-text-mode-fonts/releases)**Key features:
- Edit two fonts at a time, using tabs to keep the UI consistent
- Flexible clipboard transfer of full/partial characters or character ranges
- Various block manipulation functions: flip X/Y, fill/erase, invert, slide
- Grab any of the built-in fonts from the VGA BIOS ROM
- Save/load as raw binary data; import/export BMP, XBIN and COM (plain/TSR)
- Supports any font height that VGA text mode can handle, up to 32 lines
- Preview your font in 40 or 80 columns (8 or 9 pixels per column)
- Uses pure text mode for speed; runs on any VGA-capable system (8088 and up)
- Various palettes, a decent file browser, etc.Screenshots: