.\" $Xorg: bdftopcf.man,v 1.3 2000/08/17 19:53:49 cpqbld Exp $ .\" Copyright 1993, 1994, 1998 The Open Group .\" .\" All Rights Reserved. .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR .\" OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The Open Group shall .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" .\" Copyright (c) 1998, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Thu Oct 22 21:59:11 JST 1998 .\" by FUJIWARA Teruyoshi .\" Updated Sun Oct 14 21:18:54 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .\" $XFree86: xc/programs/bdftopcf/bdftopcf.man,v 1.7 2001/01/27 18:21:00 dawes Exp $ .\" .TH BDFTOPCF 1 "Release 6.5" "X Version 11" .SH 名前 .\"0 bdftopcf \- convert X font from Bitmap Distribution Format to Portable .\"0 Compiled Format bdftopcf \- X のフォントを BDF形式(Bitmap Distribution Format)から PCF形式(Portable Compiled Format)に変換する。 .SH 書式 .B bdftopcf [ .BI \-p n ] [ .BI \-u n ] [ .B \-m ] [ .B \-l ] [ .B \-M ] [ .B \-L ] [ .B \-t ] [ .B \-i ] [ .B \-o .I outputfile ] fontfile.bdf .SH 説明 .\"0 .I Bdftopcf .\"0 is a font compiler for the X server and font server. .I Bdftopcf は、X サーバとフォントサーバ用のフォントコンパイラである。 .\"0 Fonts in Portable Compiled Format can be .\"0 read by any architecture, although the file is structured to allow one .\"0 particular architecture to read them directly without reformatting. This .\"0 allows fast reading on the appropriate machine, but the files are still .\"0 portable (but read more slowly) on other machines. PCF 形式のフォントは、特定のアーキテクチャで再フォーマットせずに直接読 み込めるように構成されたファイルであるが、どんなアーキテクチャでも読む ことが可能である。これにより、マシンによっては高速に読むことができるし、 そうでないマシンでも(遅くはなるものの)読むことができる。 .SH オプション .TP 8 .B \-p\fIn\fP .\"0 Sets the font glyph padding. Each glyph in the font will have each scanline .\"0 padded in to a multiple of \fIn\fP bytes, where \fIn\fP is 1, 2, 4 or 8. フォントグリフのパディングをセットする。フォントの各グリフのスキャンラ インには \fIn\fP バイトの倍数となるようにパディングが入れられる。 \fIn\fP は 1, 2, 4, 8 のいずれかである。 .TP 8 .B \-u\fIn\fP .\"0 Sets the font scanline unit. When the font bit order is different from the .\"0 font byte order, the scanline unit \fIn\fP describes what unit of data (in .\"0 bytes) are to be swapped; the unit \fIi\fP can be 1, 2 or 4 bytes. フォントのスキャンライン単位をセットする。フォントのビット順とバイト順 が異なる場合、交換するデータ単位(バイト単位)はスキャンライン単位 \fIn\fP を使って指定する。単位 \fIn\fP は 1, 2, 4 バイトのいずれかであ る。 .TP 8 .B \-m .\"0 Sets the font bit order to MSB (most significant bit) first. Bits for each .\"0 glyph will be placed in this order; i.e., the left most bit on the screen .\"0 will be in the highest valued bit in each unit. フォントのビット順を MSB(最上位ビット)先頭にセットする。各グリフに対す るビット値はこの順で配置される。つまり、スクリーン上で最も左にあるビッ トは各単位の最も上位のビットとなる。 .TP 8 .B \-l .\"0 Sets the font bit order to LSB (least significant bit) first. The left most .\"0 bit on the screen will be in the lowest valued bit in each unit. フォントのビット順をLSB(最下位ビット)先頭にセットする。スクリーン上で 最も左にあるビットは各単位の最も下位のビットとなる。 .TP 8 .B \-M .\"0 Sets the font byte order to MSB first. All multi-byte data in the file .\"0 (metrics, bitmaps and everything else) will be written most significant byte .\"0 first. フォントのバイト順をMSB先頭にセットする。ファイル中の複数バイトのデー タ(寸法やビットマップ等)は、最上位バイトが最初に書かれている。 .TP 8 .B \-L .\"0 Sets the font byte order to LSB first. All multi-byte data in the file .\"0 (metrics, bitmaps and everything else) will be written least significant .\"0 byte first. フォントのバイト順をLSB先頭にセットする。ファイル中の複数バイトのデー タ(寸法やビットマップ等)は、最下位バイトが最初に書かれている。 .TP 8 .B \-t .\"0 When this option is specified, .\"0 .I bdftopcf .\"0 will convert fonts into "terminal" fonts when possible. A terminal font has .\"0 each glyph image padded to the same size; the X server can usually render .\"0 these types of fonts more quickly. このオプションが指定されると、 .I bdftopcf は可能であればフォントを「terminal(端末の)」フォントに変換する。 terminal フォントのグリフイメージは、それぞれがパディングされて同じサ イズにされている。そのため、X サーバは通常このタイプのフォントをより速 く描画することができる。 .TP 8 .B \-i .\"0 This option inhibits the normal computation of ink metrics. When a font has .\"0 glyph images which do not fill the bitmap image (i.e., the "on" pixels don't .\"0 extend to the edges of the metrics) .\"0 .I bdftopcf .\"0 computes the actual ink metrics and places them in the .pcf file; the \-t .\"0 option inhibits this behaviour. このオプションを指定すると、通常のインク寸法の計算は行われない。フォン トのグリフイメージがビットマップイメージ全体を満たさない(つまり「on」 のピクセルは寸法幅の端まで届かない)場合、 .I bdftopcf は実際のインク寸法を計算し、これを PCF ファイルに格納する。\-t オプショ ンを指定した場合は、この動作は行われない。 .TP 8 .BI "\-o " output-file-name .\"0 By default .\"0 .I bdftopcf .\"0 writes the pcf file to standard output; this option gives the name of a file .\"0 to be used instead. デフォルトでは、 .I bdftopcf は PCF ファイルを標準出力に書き出す。このオプションは、その代わりに使 うファイルの名前を指定する。 .SH 関連項目 X(7) .SH 著者 Keith Packard, MIT X Consortium