Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 890 Bytes

File metadata and controls

43 lines (26 loc) · 890 Bytes

PSFEditor (PC Screen Font Editor)

PC Screen Font Editor is an application that can open PSF version 1 and 2 files and edit them. You can save the resulting as a MIF (Memory Initialization Format) file to initialize a ROM memory in Verilog.

Screenshot

PSFEditor

Compiling

To compile the application you'll need QT5. Run the following commands.

$ qmake

Then

make

Nix

Providing flake.nix

nix run github:ideras/PSFEditor

Author

  • Ivan de Jesus Deras

License

This project is licensed under the BSD License.

Features

  • Open/Save PSF version 1 and 2. Thanks to psftools by Gunnar Zötl
  • Open/Save fonts in Verilog MIF files. These files are used to initialize memories.