Cubified / bdfedit

A terminal-based, mouse-driven BDF (bitmap) font editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bdfedit

A terminal-based, mouse-driven BDF font editor.

Capable of reading, writing, and editing bitmap font files fully within the terminal, and entirely with the mouse.

This is an application developed in parallel with my TUI library ui.h.

Demo

demo.gif

Compiling and Running

To compile:

 $ make

To run:

 $ ./bdfedit [font.bdf]

A sample .bdf file is included in bdf/scientifica-11.bdf.

Libraries/Sample Font

About

A terminal-based, mouse-driven BDF (bitmap) font editor.


Languages

Language:C 99.7%Language:Makefile 0.3%