blob: 60c358ce4fe6c6fd00dd33e6f034c752710e0de0 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
.TH GETFONT 9.1
.CT 1 comm_term
.SH NAME
getfont \- replace terminal's default font
.SH SYNOPSIS
.B getfont
[
.I option ...
]
[
.I font
]
.SH DESCRIPTION
.I Getfont
reads font data from file
.I font.
The current layer and subsequently created layers use this font as
.IR defont ;
see
.IR string (9.3).
If
.I font
does not directly name a file, it is looked for in directory
.FR /usr/jerq/font .
.PP
The options are:
.TP
.B -m
The font change applies to the basic
.IR mux (9.1)
menu as well as to layers.
.TP
.B -l
The font change applies to the current layer only.
.TP
.B -d
Print debugging information about fonts before and after.
.PP
.I Getfont
discards inaccessible fonts.
To reclaim store without loading a font,
call it with no
.I font
argument.
.SH EXAMPLES
.TP
.L
getfont pelm.10
Larger type for demos and eyesight problems.
.TP
.L
getfont defont
Restore the original font.
.SH FILES
.F /usr/jerq/font
.SH SEE ALSO
.IR string (9.3),
.IR font (9.5),
.IR font (6)
|