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 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
|
<HTML>
<HEAD>
<!-- Created with AOLpress/2.0 -->
<!-- AP: Created on: 11-Dec-2000 -->
<!-- AP: Last modified: 13-Mar-2005 -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!--<TITLE>The Metrics Menu</TITLE>-->
<TITLE>メトリックメニュー</TITLE>
<LINK REL="icon" href="../../_static/fftype16.png">
<LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<P>
<H1 ALIGN=Center>
<!--The Metrics Menu-->
メトリックメニュー
</H1>
<P>
<!--
This menu is not present in the Bitmap View, and the Metrics View only contains
"Center in Width" and "Thirds in Width". -->
このメニューはビットマップビューには表示されません。また、メトリックビューの表示では“<CODE>幅の中央に(<U>C</U>)</CODE>”と“<CODE>両幅の空きを1:2に(<U>T</U>)</CODE>”だけを含みます。
<P>
<UL>
<LI>
<!--<A HREF="#Center">Center in Width</A>-->
<A HREF="#Center">幅の中央に(<U>C</U>)</A>
<LI>
<!--<A HREF="#Thirds">Thirds in Width</A>-->
<A HREF="#Thirds">両幅の空きを1:2に(<U>T</U>)</A>
<LI>
<!--<A HREF="#Width">Set Width...</A>-->
<A HREF="#Width">幅を設定(<U>W</U>)...</A>
<LI>
<!--<A HREF="#LBearing">Set LBearing...</A>-->
<A HREF="#LBearing">左サイドベアリングを設定(<U>L</U>)...</A>
<LI>
<!--<A HREF="#RBearing">Set RBearing...</A>-->
<A HREF="#RBearing">右サイドベアリングを設定(<U>R</U>)...</A>
<LI>
<!--<A HREF="#Auto">Auto Width...</A>-->
<A HREF="#Auto">幅の自動設定(<U>A</U>)...</A>
<LI>
<!--<A HREF="#Kern">Auto Kern...</A>-->
<A HREF="#Kern">自動カーニング(<U>K</U>)...</A>
<LI>
<!--<A HREF="#KernByClasses">Kern By Classes...</A>-->
<A HREF="#KernByClasses">クラス毎のカーニング(<U>N</U>)...</A>
<LI>
<!--<A HREF="#Remove">Remove All Kern Pairs</A>-->
<A HREF="#Remove">カーニングをすべて削除(<U>P</U>)</A>
<LI>
<!--<A HREF="#kernpair">Kern Pair Closeup...</A>-->
<A HREF="#kernpair">カーニングペアの詳細...</A>
<LI>
<!--<A HREF="metricsmenu.html#VKernByClasses">VKern By Classes...</A>-->
<A HREF="metricsmenu.html#VKernByClasses">クラス毎の縦書きカーニング...</A>
<LI>
<!--<A HREF="#VKernFromHKern">VKern From HKern</A>-->
<A HREF="#VKernFromHKern">横書きカーニングを縦書きに</A>
<LI>
<!--<A HREF="metricsmenu.html#VRemove">Remove All VKern Pairs</A>-->
<A HREF="metricsmenu.html#VRemove">縦書きカーニングをすべて削除</A>
<LI>
<!--<A HREF="#vertical">Set Vertical Advance...</A>-->
<A HREF="#vertical">縦書き時のグリフ幅を設定(<U>V</U>)...</A>
<LI>
<!--<A HREF="#AnchorControl">Anchor Control...</A>-->
<A HREF="#AnchorControl">アンカーの制御(<U>A</U>)...</A>
</UL>
<P>
<DL>
<DT>
<!--<A NAME="Center">Center</A> in Width-->
<A NAME="Center">幅の中央に(<U>C</U>)</A>
<DD>
<!--In the Outline and Metrics Views this centers the current glyph (makes its
lbearing be the same as its rbearing) within the current width. -->
アウトラインビューとメトリックビューでは、このコマンドは現在のグリフを現在のグリフ幅の中で中央に配置します (左サイドベアリングと右サイドベアリングを均等にします)。
<P>
<!--In the Font View the same thing is done for all selected glyphs.-->
フォントビューでは、同じことを選択中のすべてのグリフに対して行います。
<DT>
<!--<A NAME="Thirds">Thirds</A> in Width-->
<A NAME="Thirds">両幅の空きを1:2に(<U>T</U>)</A>
<DD>
<!--This is very like Center in Width above... except that I happen to prefer
having a bit more white space after my glyphs than before them. So this command
makes the rbearing twice the lbearing (instead of making them be the same). -->
これは上の <CODE>幅の中央に(<U>C</U>)</CODE> と非常によく似ています……私の好みではグリフの後ろのスペースを前のスペースより少し多めに取りたがることを除いては。そのため、このコマンドは右サイドベアリングを左サイドベアリングの 2 倍に (均等ではなく) 設定します。
<DT>
<!--Set <A NAME="Width">Width</A>...-->
<A NAME="Width">幅を設定(<U>W</U>)...</A>
<DD>
<IMG src="../../_images/setwidth.png" WIDTH="290" HEIGHT="186"><BR>
<!--The Set Width command allows you to change the width of the current glyph
(in the outline view) or all selected glyphs (in the font view). You may
either set the width to an absolute value, change the width by adding a constant
value to it, or multiply it by a scale factor. Normally the width will be
expressed in em-units, but in a bitmap only font the width will be expressed
as pixels in the current displayed font. -->
<CODE>幅を設定(<U>W</U>)</CODE> コマンドを使うと、(アウトラインビュー内では) 現在のグリフの幅を、または (フォントビューでは) 選択中のすべてのグリフの幅を変更することができます。幅の絶対値を指定することもできますし、一定の値を加えるかある拡大率を掛けるかによって現在の値を変更することもできます。通常、幅は em ユニットで表されますが、ビットマップのみのフォントでは、幅は現在表示されているフォントにおけるピクセル数で表現されます。
<DT>
<!--Set <A NAME="LBearing">LBearing</A>...-->
<A NAME="LBearing">左サイドベアリングを設定(<U>L</U>)...</A>
<DD>
<!--The Set LBearing command is similar to the Set Width command above, the dialog
is pretty much the same except that it applies to the left side bearing rather
than to the width.-->
<CODE>左サイドベアリングを設定(<U>L</U>)</CODE> コマンドは、上の <CODE>幅を設定(<U>W</U>)</CODE> コマンドに似ています。ダイアログは非常に良く似ていて、適用されるのが幅ではなくて左サイドベアリングである点だけが違います。
<DT>
<!--Set <A NAME="RBearing">RBearing</A>...-->
<A NAME="RBearing">右サイドベアリングを設定(<U>R</U>)...</A>
<DD>
<!--The Set RBearing command is similar to the Set Width command above, the dialog
is pretty much the same except that it applies to the right side bearing
rather than to the width. -->
<CODE>右サイドベアリングを設定(<U>R</U>)</CODE> コマンドは、上の <CODE>幅を設定(<U>W</U>)</CODE> コマンドに似ています。ダイアログは非常に良く似ていて、適用されるのが幅ではなくて右サイドベアリングである点だけが違います。
<DT>
<!--<A NAME="Auto">Auto</A> Width...-->
<A NAME="Auto">幅の自動設定(<U>A</U>)...</A>
<DD>
<!--This command is only available in the font view.
<A HREF="autowidth.html#AutoWidth">It attempts to guess reasonable values
for the widths</A> (more accurately the left and right bearings) of the specified
glyphs.-->
このコマンドはフォントビューでのみ使用可能です。<A HREF="autowidth.html#AutoWidth">このコマンドは、指定された各グリフの適切な送り幅 (より正確には左右のサイドベアリング) を推測しようと試みます</A>。
<DT>
<!--Auto <A NAME="Kern">Kern</A>...-->
<A NAME="Kern">自動カーニング(<U>K</U>)...</A>
<DD>
<!--This command is only available from the font view.
<A HREF="autowidth.html#AutoKern">It attempts to guess reasonable kerning
values </A>between the specified glyphs.-->
このコマンドはフォントビューでのみ使用可能です。<A HREF="autowidth.html#AutoKern">このコマンドは、指定されたグリフ同士の間の適切なカーニング値を推測しようと試みます。
<DT>
<!--<A NAME="KernByClasses">Kern</A> By Classes...-->
<A NAME="KernByClasses">クラス毎のカーニング(<U>N</U>)...</A>
<DD>
<!--This command is only available from the font and metrics views. It provides
the user with a <A HREF="metricsview.html#kernclass">dialog</A> to manipulate
kerning classes.-->
このコマンドはフォントビューとメトリックビューでのみ使用可能です。このコマンドによって、カーニングクラスを操作する<A HREF="metricsview.html#kernclass">ダイアログ</A>を呼び出すことができます。
<DT>
<!--<A NAME="Remove">Remove</A> All Kern Pairs-->
<A NAME="Remove">カーニングをすべて削除(<U>P</U>)</A>
<DD>
<!--In the font view removes all kern pairs (and kern classes) in the font.<BR>
In the outline glyph view removes all kern pairs where the current glyph
is the left hand glyph.<BR>
Not present in the Metrics or Bitmap views.-->
フォントビューでは、フォント内のすべてのカーニングペア (とカーニングクラス) を削除します。アウトライングリフビューでは、現在のグリフを左側のグリフとして含むすべてのカーニングペアを削除します。<BR>
メトリックビューやビットマップビューではこの項目は表示されません。
<DT>
<!--<A NAME="kernpair">Kern Pair Closeup...</A>-->
<A NAME="kernpair">カーニングペアの詳細...</A>
<DD>
<!--(Sorry about the name, I couldn't think of a better).
<A HREF="metricsview.html#kernpair">Allows</A> you to get a look at kerning
between two glyphs at different point-sizes and to build a
"<A HREF="metricsview.html#DeviceTable">Device Table</A>" (which allows small
corrections from the standard behavior at specified point sizes)<BR>
Not present in the Bitmap view. -->
(解りにくい名前ですみません。“詳細”(Closeup) よりいい名前が思いつかなかったのです)。
異なるポイントサイズにおける 2 つのグリフ間のカーニングを<A HREF="metricsview.html#kernpair">見ることができ</A>、“<A HREF="metricsview.html#DeviceTable">デバイステーブル</A>”を構築することができます (このテーブルを用いると、指定されたポイントサイズにおいて標準とは少し異なるふるまいを指定することが可能です)<BR>
ビットマップビューには存在しません。
<DT>
<!--<A NAME="VKernByClasses">VKern</A> By Classes...-->
<A NAME="VKernByClasses">クラス毎の縦書きカーニング...</A>
<DD>
<!--This command is only available from the font and metrics views. It provides
the user with a <A HREF="metricsview.html#kernclass">dialog</A> to manipulate
vertical kerning classes. -->
このコマンドはフォントビューとメトリックビューでのみ使用可能です。このコマンドによって、縦書き用のカーニングクラスを操作する<A HREF="metricsview.html#kernclass">ダイアログ</A>を呼び出すことができます。
<DT>
<!--<A NAME="VKernFromHKern">VKern</A> From HKern-->
<A NAME="VKernFromHKern">横書きカーニングを縦書きに</A>
<DD>
<!--This command is only available from the font and metrics views. It removes
all current vertical kerning information, then it looks through the font
and for each pair of horizontally kerned glyphs where both have a 'vert'
or 'vrt2' feature it produces a vertical kerning pair for the vertical versions
of those glyph. (That is: If <CODE>A</CODE>+<CODE>V</CODE> are horizontally
kerned by -50 and <CODE>A</CODE> => <CODE>A.vert</CODE> and <CODE>V</CODE>
=> <CODE>V.vert </CODE>then this command will produce a vertical kerning
pair between <CODE>A.vert</CODE> + <CODE>V.vert</CODE> with a value of -50) -->
このコマンドはフォントビューとメトリックビューでのみ使用可能です。このコマンドは、現在の縦書きカーニング情報を削除し、その後フォント全体を検索し、
横書き用のカーニングを持つグリフの対で、両方のグリフが‘vert’または‘vrt2’機能を持っている物に対して、それらのグリフの縦書き版を作成します。(つまりこういうことです: <CODE>A</CODE>+<CODE>V</CODE> が横書き時に -50 だけカーニングされ、<CODE>A</CODE> ⇒ <CODE>A.vert</CODE> と <CODE>V</CODE> ⇒ <CODE>V.vert</CODE> が存在する時にこのコマンドを実行すると、<CODE>A.vert</CODE> + <CODE>V.vert</CODE> の組み合せに、-50 のカーニング値が設定されます。)
<DT>
<!--<A NAME="VRemove">Remove</A> All VKern Pairs-->
<A NAME="VRemove">縦書きカーニングをすべて削除</A>
<DD>
<!--In the font view removes all vertical kern pairs (and kern classes) in the
font.<BR>
In the outline glyph view removes all kern pairs where the current glyph
is the left hand glyph.<BR>
Not present in the Metrics or Bitmap views. -->
フォントビューでは、フォント内の縦書きカーニングペア (とカーニングクラス) をすべて削除します。<BR>
アウトライングリフビューでは、現在のグリフが左側のグリフであるすべてのカーニングペアを削除します。<BR>
メトリックビューやビットマップビューには存在しません。
<DT>
<!--Set <A NAME="vertical">Vertical</A> Advance...-->
<A NAME="vertical">縦書き時のグリフ幅を設定(<U>V</U>)...</A>
<DD>
<!--If vertical metrics are enabled for the font this will be active in the font
and outline character view.<BR>
It behaves exactly like Set Width... except it works on the vertical advance
rather than the horizontal advance (width). -->
そのフォントで縦書きメトリックが使用可能なときは、フォントビューとアウトライングリフビューでこれがアクティブになっています。これは <CODE>幅を設定(<U>W</U>)...</CODE> と同じですが、横書き用の送り幅 (グリフの幅) ではなく縦書き用の送り幅を設定する点が異なります。
<DT>
<!--<A NAME="AnchorControl">Anchor Control...</A>-->
<A NAME="AnchorControl">アンカーの制御(<U>A</U>)...</A>
<DD>
<!--Only in the outline view. If you select an Anchor Point, this will bring
up a <A HREF="anchorcontrol.html">dialog</A> showing the combinations obtained
with all other glyphs that can attach to that anchor point. You can position
the point in this view and even add a device table to it. -->
アウトラインビューにしか存在しません。アンカーポイントを 1 個だけ選択している時には、このコマンドはそのアンカーポイントに接続可能なすべての他のグリフから得られた組み合わせを表示する<A HREF="anchorcontrol.html">ダイアログ</A>を起動します。このビューで点の位置を指定することも、デバイステーブルを付け加えることもできます。
</DL>
<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="viewmenu.html">前</A> — <A HREF="overview.html">目次</A> —
<A HREF="cidmenu.html">次</A> —
<P>
</DIV>
</BODY></HTML>
|