1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

FontEditor: Add help documentation

This commit is contained in:
Brendan Coles 2021-01-03 12:16:37 +00:00 committed by Andreas Kling
parent 3e8050f002
commit 35fe1b39a2
3 changed files with 39 additions and 2 deletions

View file

@ -0,0 +1,19 @@
## Name
FontEditor - Serenity font editor
## Synopsis
```**sh
$ FontEditor [file]
```
## Description
FontEditor is a font editing application for Serenity.
## Examples
```sh
$ FontEditor /res/fonts/CsillaRegular10.font
```