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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
|
<HTML>
<HEAD>
<!-- Created with AOLpress/2.0 -->
<!-- AP: Created on: 30-Jul-2001 -->
<!-- AP: Last modified: 3-Mar-2005 -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!--<TITLE>The CID Menu and CID keyed fonts</TITLE>-->
<TITLE>CID メニューと CID キー指定フォント</TITLE>
<LINK REL="icon" href="../../_static/fftype16.png">
<LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<H1 ALIGN=Center>
<!--The CID Menu-->
CID メニュー
</H1>
<P>
<!--
The CID Menu provides a few commands for manipulating CID keyed fonts. If
the current font is a CID keyed font the menu also includes a list of all
subfonts that make up this one. This menu is only available in the font view. -->
CID メニューには、CID フォントを操作するための少数のコマンドがあります。現在のフォントが CID フォントの場合、このメニューにはその構成部品であるサブフォントすべてを含むリストもメニューに含まれます。このメニューはフォントビューでのみ使用可能です。
<P>
<UL>
<LI>
<!--<A HREF="#Convert">Convert to CID</A>-->
<A HREF="#Convert">CIDに変換</A>
<LI>
<!--<A HREF="#ConvertCMap">Convert By CMap</A>-->
<A HREF="#ConvertCMap">CMapを指定して変換</A>
<LI>
<!--<A HREF="#Flatten">Flatten</A>-->
<A HREF="#Flatten">単一化(<U>F</U>)</A>
<LI>
<!--<A HREF="#FlattenCMap">Flatten By CMap</A>-->
<A HREF="#FlattenCMap">指定したCMapで単一化</A>
<LI>
<!--<A HREF="#Insert">Insert Font</A>-->
<A HREF="#Insert">フォントを挿入(<U>O</U>)...</A>
<LI>
<!--<A HREF="#Blank">Insert Blank</A>-->
<A HREF="#Blank">空のフォントを挿入(<U>B</U>)</A>
<LI>
<!--<A HREF="#Remove">Remove Font</A>-->
<A HREF="#Remove">フォントを削除(<U>R</U>)</A>
<LI>
<!--<A HREF="#FontInfo">CID Font Info</A> -->
<A HREF="#FontInfo">CIDフォント情報(<U>I</U>)</A>
<HR>
<LI>
<!--<sub font names>-->
<サブフォント名の一覧>
</UL>
<H2>
<!--Er... What is a <A NAME="CID">CID</A> keyed Font?-->
あのー……<A NAME="CID">CID</A> keyed フォントって何ですか?
</H2>
<P>
<!--
A CID keyed font is a postscript (or opentype) font designed to hold Chinese,
Japanese and Korean characters efficiently. More accurately a CID font is
a collection of several sub-fonts each with certain common features (one
might hold all the latin letters, another all the kana, a third all the kanji).
This allows font-wide hinting to be crafted for subsets of glyphs to which
have something in common. -->
CID キー指定フォントは、中国語、日本語および韓国語の文字を効率的に格納できるように設計された PostScript (または OpenType) フォントです。より正確に言えば、CID フォントはいくつかの共通の特徴をもつサブフォント (そのうちの 1 つはラテン文字だけを含んでいるでしょうし、別の 1 つは仮名ばかり、3 つ目は漢字ばかりという具合です) の集まりです。これにより、フォント単位のヒント指定を、共通点をもつグリフのサブセットに合わせてあつらえることができます。
<P>
<!--
CID keyed fonts do not have an encoding built into the font, and the glyphs
do not have names. Instead the font is associated with a glyph set and on
each glyph set there are several character mappings defined. These mappings
are similar to encodings but allow for a wider range of behaviors. -->
CID キー指定フォントにはエンコーディングが組み込まれておらず、グリフに名前がつけられてもいません。その代り、フォントは特定のグリフセットに結びつけられており、各グリフセットごとに複数の文字セットへの対応づけが存在します。これらの対応づけはエンコーディングと似ていますが、より広い範囲のふるまいが可能になっています。
<P>
<!--
A CID is a glyph index and is used to look up glyph descriptions instead
of glyph names in other types of fonts. Using a glyph set FontForge will
often be able to map a CID to a unicode character name (but not always),
so FontForge will give glyphs names when it can. -->
CID はグリフのインデックスで、このグリフ番号は、他のタイプのフォントで用いられているグリフ名の代りにグリフ記述を参照するのに用いられています。FontForge は多くの場合文字セットを使用して CID を Unicode の文字名に対応づけることができます (が、いつもではありません)。そのため、FontForge は可能なときだけグリフの名前を表示します。
<P>
<!--
For more information see the <A HREF="fontview.html#CID">section on CID keyed
fonts on the font view page</A>.-->
より詳しい情報については、<A HREF="fontview.html#CID">フォントビューのページのCIDキー指定フォントに関するセクション</A>を参照してください。
<P>
<DL>
<DT>
<!--<A NAME="Convert">Convert to CID</A>-->
<A NAME="Convert">CIDに変換</A>
<DD>
<!--If the current font is not a CID font then this command will convert it into
one containing one subfont (with the glyphs in this font). You will be prompted
for a character set.-->
現在のフォントが CID フォントでない場合、このコマンドはそれを 1 個の (このフォントにあるグリフを含む) サブフォントからなる CID フォントに変換します。文字セットを入力するように促されます。
<DT>
<!--<A NAME="ConvertCMap">Convert By CMap</A>-->
<A NAME="ConvertCMap">CMapを指定して変換</A>
<DD>
<!--If the current font is not a CID font then this command will convert it into
one containing a single subfont. You will be prompted for an Adobe CMap file. -->
現在のフォントが CID フォントでない場合、このコマンドはそれをサブフォントを 1 個だけ含む CID フォントに変換します。Adobe CMap ファイルを選択するように促されます。
<DT>
<!--<A NAME="Flatten">Flatten</A>-->
<A NAME="Flatten">単一化</A>
<DD>
<!--If the current font is a CID font then this command will convert it into
a normal (flat) font by taking all the glyphs from all the sub-fonts and
merging them into one normal font. The new font should be in the same order
as the CID font (ie. ordered by CID). After this operation you may re-encode
it into whatever encoding is appropriate.
現在のフォントが CID フォントの場合、このコマンドはそれに含まれるすべてのサブフォントからすべてのグリフを取り出し、単一の通常フォントにまとめることにより、通常の (階層構造のないフラットな) フォントに変換します。新しいフォントはその CID フォントと同じ順序を保っているはずです (つまり、CID 順に並んでいるはずです)。この操作の後、符号化方式ををどれでも適当なものに変更することができます。
<DT>
<!--<A NAME="FlattenCMap">Flatten</A> By CMap-->
<A NAME="FlattenCMap">指定したCMapで単一化</A>
<DD>
<!--If the current font is a CID font then this command will convert it into
a normal font. It prompts you for an Adobe CMap file and uses that to define
an encoding for the resultant font.-->
現在のフォントが CID フォントの場合、このコマンドはそれを通常のフォントに変換します。Adobe CMap ファイルを指定するように促し、それを作成結果のフォントのエンコーディングを定義するのに使います。
<DT>
<!--<A NAME="Insert">Insert Font</A>-->
<A NAME="Insert">フォントを挿入(<U>O</U>)</A>
<DD>
<!--Will allow you to browse for a normal font which will be added as another
sub font to the current CID font.-->
現在の CID フォントに別のサブフォントとして追加される通常フォントを一覧から選択することができます。
<DT>
<!--<A NAME="Blank">Insert Blank</A>-->
<A NAME="Blank">空のフォントを挿入(<U>B</U>)</A>
<DD>
<!--Inserts a blank sub-font into the current CID font.-->
現在のCIDフォントに空のサブフォントを挿入します。
<DT>
<!--<A NAME="Remove">Remove</A> Font-->
フォントを<A NAME="Remove">削除(<U>R</U>)</A>
<DD>
<!--Removes the current font from the CID font. Anything in it will be lost.
(If you want to save it first then use Generate Font and save it as a pfb
file (or any other simple format).-->
現在のフォントを CID フォントから削除します。その中に含まれるデータはすべて失われます。(それを保存したい場合はまず <CODE>フォントを出力(<U>G</U>)</CODE> を使用して、pfb ファイル (か他の単純なフォーマット) で保存してください)。
<DT>
<!--CID <A NAME="FontInfo">Font</A> Info-->
CID <A NAME="FontInfo">フォント</A>情報(I)
<DD>
<!--This allows you to provide information on the entire collection of subfonts
rather than just the current subfont. It provides access to the standard
<A HREF="fontinfo.html">font info dialog</A>. -->
これを使うと、現在のサブフォントではなく、サブフォントの集まりである CID フォント全体の情報を得ることができます。このコマンドは標準の<A HREF="fontinfo.html">フォント情報ダイアログ</A>と同じ方法で情報にアクセスできます。
<HR>
<DT>
<!--<sub font name>-->
<サブフォント名>
<DD>
<!--Clicking on a different sub font name in the menu will cause that sub-font
to be displayed instead of the current one.-->
メニューにある別のサブフォント名をクリックすると、現在のフォントの代りにそのサブフォントが表示されます。
</DL>
<P>
<H2>
<!-- Other menus -->
その他のメニュー
</H2>
<UL>
<LI>
<!--<A HREF="filemenu.html">File</A>-->
<A HREF="filemenu.html">ファイル(<U>F</U>)</A>
<LI>
<!--<A HREF="editmenu.html">Edit</A>-->
<A HREF="editmenu.html">編集(<U>E</U>)</A>
<LI>
<!--<A HREF="pointmenu.html">Point</A>-->
<A HREF="pointmenu.html">点(<U>P</U>)</A>
<LI>
<!--<A HREF="elementmenu.html">Element</A>-->
<A HREF="elementmenu.html">エレメント(<U>L</U>)</A>
<LI>
<!--<A HREF="hintsmenu.html">Hints</A>-->
<A HREF="hintsmenu.html">ヒント(<U>I</U>)</A>
<LI> <A HREF="encodingmenu.html">エンコーディング(<U>N</U>)</A>
<LI>
<!--<A HREF="viewmenu.html">View</A>-->
<A HREF="viewmenu.html">表示(<U>V</U>)</A>
<LI>
<!--<A HREF="metricsmenu.html">Metrics</A>-->
<A HREF="metricsmenu.html">メトリック(<U>M</U>)</A>
<LI>
<A HREF="cidmenu.html"><U>C</U>ID</A>
<LI>
<A HREF="mmmenu.html">MM</A>
<LI>
<!--<A HREF="windowmenu.html">Window</A>-->
<A HREF="windowmenu.html">ウィンドウ(<U>W</U>)</A>
<LI>
<!--<A HREF="helpmenu.html">Help</A>-->
<A HREF="helpmenu.html">ヘルプ(<U>H</U>)</A>
<LI>
<!--<A HREF="HotKeys.html">Hot Keys</A>-->
<A HREF="HotKeys.html">ホットキー一覧</A>
</UL>
<P ALIGN=Center>
— <A HREF="metricsmenu.html">前</A> — <A HREF="overview.html">目次</A>
— <A HREF="mmmenu.html">次</A> —
<P>
</DIV>
</BODY></HTML>
|