From 1feaa89692ec3bdd70e7d5389b189dc160d0632f Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Wed, 8 Jul 2020 13:14:57 +0900 Subject: [PATCH] Fix makeqpf 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 --- doc/man/man1/makeqpf.1 | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/doc/man/man1/makeqpf.1 b/doc/man/man1/makeqpf.1 index 37ddcfd..0ed6cb6 100644 --- a/doc/man/man1/makeqpf.1 +++ b/doc/man/man1/makeqpf.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 +makeqpf [ \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