diff options
author | OBATA Akio <obache@wizdas.com> | 2020-07-08 13:14:57 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-02 01:14:00 +0100 |
commit | 0ca2edfed24d7264971764288339cf517a44daa2 (patch) | |
tree | 4833a2c6ec9fa646fe73875ea1b9c8e01869cd44 | |
parent | 3afd04abc4e14896fa4f88b20b3d1a336a6d3c85 (diff) | |
download | qt3-0ca2edfed24d7264971764288339cf517a44daa2.tar.gz qt3-0ca2edfed24d7264971764288339cf517a44daa2.zip |
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 <obache@wizdas.com>
(cherry picked from commit 441ec666a923e29e10256fba24c6ed4cb75ab2df)
-rw-r--r-- | doc/man/man1/makeqpf.1 | 21 |
1 files 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 <http://www.trolltech.com/> |