diff options
Diffstat (limited to 'Base/usr/share')
-rw-r--r-- | Base/usr/share/man/man1/FontEditor.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/FontEditor.md b/Base/usr/share/man/man1/FontEditor.md new file mode 100644 index 0000000000..3d4af06eae --- /dev/null +++ b/Base/usr/share/man/man1/FontEditor.md @@ -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 +``` |