Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaRGB authored Feb 2, 2018
1 parent 47dd4d1 commit 077d531
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Launch the Bits'N'Picas JAR without any arguments or with the `edit` command to

`java -jar BitsNPicas.jar edit myfont.sfd`

The input format is determined by the file extension of the input file. Supported input formats include:
* `.kbits` - Bits'N'Picas native save format
* `.sfd` - FontForge
* `.bdf` - X11 Bitmap Distribution Format
* `.suit` - Mac OS Classic font suitcase (in the resource fork)
* `.dfont` - Mac OS Classic font suitcase (in the data fork)
* `.png` - SFont or RFont, Kreative Software's extension of SFont
* `.png`, `.jpg`, `.jpeg`, `.gif`, `.bmp` - Create from image (GUI only)
* `.bin`, `.rom` - Create from binary file (GUI only)
* `.dsf` - DOSStart! by Daniel L. Nice

On Mac OS X you can also launch or drop a font file onto the Bits'N'Picas application.

![](https://github.com/kreativekorp/bitsnpicas/blob/master/wiki/screenshot.png?raw=true)
Expand Down

0 comments on commit 077d531

Please sign in to comment.