From 35fe1b39a2fa4613239a3bd0fb88f4d8412bd4d4 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 3 Jan 2021 12:16:37 +0000 Subject: FontEditor: Add help documentation --- Base/usr/share/man/man1/FontEditor.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Base/usr/share/man/man1/FontEditor.md (limited to 'Base/usr') 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 +``` -- cgit v1.2.3