summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-07-09 11:17:29 +0900
committerOBATA Akio <obache@wizdas.com>2020-07-09 11:17:29 +0900
commit962abeeb8171e720748352c04edec8561f740dc9 (patch)
treec26b0be9859b29722e407905c357686758dba079
parent9470305f0e4d6756cec0611bdb98e3934a9d07ef (diff)
downloadtqt3-962abeeb8171e720748352c04edec8561f740dc9.tar.gz
tqt3-962abeeb8171e720748352c04edec8561f740dc9.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>
-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 44182d7f..4d947d9e 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$(TQTDIR)/etc/fonts/fontdir\fP
+\fI$(TQTDIR)/lib/fonts/fontdir\fP
.SH "AUTHORS"
.LP
TrollTech <http://www.trolltech.com/>