diff options
author | OBATA Akio <[email protected]> | 2020-07-08 13:14:57 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2021-02-02 00:13:09 +0000 |
commit | 441ec666a923e29e10256fba24c6ed4cb75ab2df (patch) | |
tree | 934de6e3e48be1caa7146b08628cd514ce49ffcf | |
parent | a50c78b66827d645fddfd15d7c55e28fd5052e83 (diff) | |
download | qt3-441ec666a923e29e10256fba24c6ed4cb75ab2df.tar.gz qt3-441ec666a923e29e10256fba24c6ed4cb75ab2df.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 <[email protected]>
-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/> |