blob: 4d947d9edb9de37b5f7459d0e9b758bbd0eda3c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.TH "maketqpf" "1" "3.0.3" "Troll Tech AS, Norway." ""
.SH "NAME"
.LP
maketqpf \- Create qpf files from TTF and BDF files.
.SH "DESCRIPTION"
.LP
Qt Prerendered Font (QPF) is a light\-weight non\-scalable
font format specific to Qt/Embedded. maketqpf is a tool
that assists producing QPF files from TTF and BDF files.
.SH "SYNTAX"
.LP
maketqpf [ \fI\-A\fP ] [ \fI\-f spec\-file \fP ] [ \fIfont ... \fP ]
\-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)/lib/fonts/fontdir\fP
.SH "AUTHORS"
.LP
TrollTech <http://www.trolltech.com/>
|