Skip to content

dressupgeekout/hex2vga

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

hex2vga

This Ruby script writes a VGA/EGA ("console") font file to stdout, based on a "hex" file as exported by gbdfed(1). I made this because I wanted wscons(4) to load Leah Neukirchen's super awesome "sq" font.

hex2vga infile input-height output-height > outfile

For example:

./hex2vga /path/to/sq.hex 13 16 > sq.816

To the maximum extent possible, I (Charlotte Koch) disclaim ownership of this code and dedicate it to the public domain.

About

Convert gbdfed's "hex" output to a VGA/console font

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published