diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-01-03 12:16:37 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-03 13:22:00 +0100 |
commit | 35fe1b39a2fa4613239a3bd0fb88f4d8412bd4d4 (patch) | |
tree | cd2287a45bdad4aba8909f0a816b1fc3743d359e /Base/usr/share | |
parent | 3e8050f0027cb3ed1d735d8d72af291e11520a34 (diff) | |
download | serenity-35fe1b39a2fa4613239a3bd0fb88f4d8412bd4d4.zip |
FontEditor: Add help documentation
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 +``` |