aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man1/loadfont.1
blob: 174955c71a17103bf53fa6887ab7cc968b220ab1 (plain) (blame)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.\" Copyright (c) 1992, 1995 Hellmuth Michaelis
.\"
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\"    must display the following acknowledgement:
.\"	This product includes software developed by Hellmuth Michaelis
.\" 4. The name authors may not be used to endorse or promote products
.\"    derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
.\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" @(#)loadfont.1, 3.20, Last Edit-Date: [Tue Apr  4 13:06:00 1995]
.\" jpman %Id: loadfont.1,v 1.2 1997/03/29 06:19:33 horikawa Stab %
.\"
.Dd April 4, 1995
.Dt LOADFONT 1
.Sh 名称
.Nm loadfont
.Nd 
EGA 又は VGA ボードにフォントをロードする('pcvt' ビデオドライバ用)
.Sh 書式
.Nm loadfont
.Op Fl c Ar charsetno
.Op Fl d Ar devicefile
.Op Fl f Ar fontfilename
.Op Fl i
.Sh 解説
.Nm loadfont
ユーティリティは、
EGA 及び VGA ボード上の pcvt VT220 ドライバが
正しく動作するために必要なフォントを、
これらのボード上にロードします。
.Pp
オプションは以下の通りです。
.Bl -tag -width Ds
.It Fl c
フォントのロード先スロットを指定します。
フォントのダウンロード用に、EGA ボードは 4つ、VGA ボードは 8つのスロットを
持っています。
.It Fl d
用いるデバイスファイルを指定します。
.It Fl f
ダウンロードするフォントを格納しているファイルを指定します。
.It Fl i
現在、どのスロットにどういうタイプのフォントがロードされているかを
表示します。
これはコマンドラインオプションが全く指定されていない場合の
デフォルト動作でもあります。
.El
.Pp
このユーティリティは EGA 及び VGA ボードに対してのみ利用可能です。
MDA, HCG 及び CGA ボードは文字セットをダウンロードする機能を持っていません。
.Sh 関連ファイル
配布される pcvt パッケージには以下のフォントファイルが付属しています。

.nf
/usr/share/misc/pcvtfonts/vt220l.808:	8x8  IBM II フォント
/usr/share/misc/pcvtfonts/vt220h.808:	8x8  拡張フォント
/usr/share/misc/pcvtfonts/vt220l.810:	8x10 IBM II フォント
/usr/share/misc/pcvtfonts/vt220h.810:	8x10 拡張フォント
/usr/share/misc/pcvtfonts/vt220l.814:	8x14 IBM II フォント
/usr/share/misc/pcvtfonts/vt220h.814:	8x14 拡張フォント
/usr/share/misc/pcvtfonts/vt220l.816:	8x16 IBM II フォント
/usr/share/misc/pcvtfonts/vt220h.816:	8x16 拡張フォント
.fi
.Sh 使用例
次のコマンドライン
.Dq Li loadfont -c0 -f/usr/share/misc/pcvtfonts/vt220l.816
は標準 IBM 文字セット II を含む 8x16 フォントを VGA あるいは EGA ボードの
スロット 0 にロードします。
.Sh バグ
既知のバグはありません。
.Sh 関連項目
.Xr cursor 1 ,
.Xr scon 1 ,
.Xr pcvt 4 ,
.Xr ispcvt 8
.Sh 日本語訳
酒井 淳嗣(sakai@csl.cl.nec.co.jp): FreeBSD 向けに翻訳