summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-07-09 11:17:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-07-09 17:37:55 +0900
commit7417fecf5b419f502aef49a5bc129d23091ff4d4 (patch)
tree42ef39c441e91533d5a29024a288ca87a3816de8
parent53ee269de8ba9505e83b3737fb0191b33e0c1bd8 (diff)
downloadtqt3-7417fecf5b419f502aef49a5bc129d23091ff4d4.tar.gz
tqt3-7417fecf5b419f502aef49a5bc129d23091ff4d4.zip
Fix maketqpf man page based on source codes
Change to use usage of the command instead of copy from qembed's one for "SYNTAX" section. Fix fontdir path from source code. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 962abeeb8171e720748352c04edec8561f740dc9)
-rw-r--r--doc/man/man1/maketqpf.121
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/man/man1/maketqpf.1 b/doc/man/man1/maketqpf.1
index 641639cb..6537c572 100644
--- a/doc/man/man1/maketqpf.1
+++ b/doc/man/man1/maketqpf.1
@@ -10,17 +10,24 @@ that assists producing QPF files from TTF and BDF files.
.SH "SYNTAX"
-qembed [ \fIgeneral\-files\fP ] <[ \fI\-\-images image\-files \fP]>
-.br
+.LP
+maketqpf [ \fI\-A\fP ] [ \fI\-f spec\-file \fP ] [ \fIfont ... \fP ]
-general\-files
- These files can be any type of file.
-\-\-images image\-files
- These files must be in image formats supported by Qt.
+\-A
+ Render and save all fonts in fontdir
+.br
+\-f spec\-file
+ File of lines:
+ fontname character-ranges
+ eg.
+ smoothtimes 0\-ff,20a0\-20af
+.br
+font
+ Font to render and save
.SH "FILES"
.LP
-\fI$(QTDIR)/etc/fonts/fontdir\fP
+\fI$(QTDIR)/lib/fonts/fontdir\fP
.SH "AUTHORS"
.LP
TrollTech <http://www.trolltech.com/>