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
|
<HTML>
<HEAD>
<!-- Created with AOLpress/2.0 -->
<!-- AP: Created on: 10-Aug-2005 -->
<!-- AP: Last modified: 10-Aug-2005 -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!--<TITLE>Cidmap files</TITLE>-->
<TITLE>cidmap ファイル</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<H1 ALIGN=Center>
<!--Cidmap files-->
cidmap ファイル
</H1>
<P>
<!--
These are FontForge's own files which it uses to map from CIDs in one
Registry-Ordering-Supplement to unicode code points. -->
FontForge は、特定のレジストリ-順序づけ-補遺番号における CID から Unicode の符号位置への対応づけに自分自身のファイルを使用しています。
<P>
<!--
Cidmap files generally live in $(PREFIX)/share/fontforge (often
/usr/local/share/fontforge or /usr/share/fontforge), though they will also
be found if they are in the directory containing fontforge itself or the
current directory. They are named
<registry>-<Ordering>-<Supplement>.cidmap. So
"Adobe-Japan1-6.cidmap", or "Adobe-CNS1-4.cidmap". -->
一般に、cidmap ファイルは $(PREFIX)/share/fontforge (大抵は /usr/local/share/fontforge または /usr/share/fontforge) に置かれていますが、FontForge の実行ファイルを含むディレクトリまたはカレントディレクトリにある cidmap が存在するときは、それらも認識します。それらのファイルは <レジストリ>-<順序づけ>-<補遺番号;.cidmap と命名されています。例えば "Adobe-Japan1-6.cidmap" や "Adobe-CNS1-4.cidmap" という名前です。
<P>
<!--
The first line of the file consists of two numbers, usually the same, which
are the total number of CIDs defined by this ROS. -->
ファイルの最初の行は 2 個の数値 (通常は 2 つとも同じ) からなり、このレジストリ・順序づけ・補遺番号で定義された CID の総数です。
<P>
<!--
Subsequent lines have one of three formats -->
それに続く行は以下の 3 つのフォーマットのいずれかです。
<UL>
<LI>
<cid> <unicode>
<LI>
<cid1>..<cid2> <unicode>
<LI>
<cid> <postscript-name>
</UL>
<P>
<cid> は 10 進数で、<unicode> は 16 進数です。また、 <postscript-name> は、先頭にスラッシュがついた PostScript 名です。
<P>
<!--
The first few lines of Adobe-Japan1-6.cidmap look like: -->
Adobe-Japan1-6.cidmap の最初の数行は以下のようになっています:
<BLOCKQUOTE>
<PRE>23057 23057
0 /.notdef
1..60 0020
61 00a5
62..92 005d
93 00a6
</PRE>
</BLOCKQUOTE>
<P>
<!--
So there are 23057 cids in this ROS. CID 0 is mapped to the postscript name
"/.notdef", cids 1-60 are mapped to space (U+0020), exclam (U+0021), ...,
lbracket (U+005b), CID 61 is mapped to yen (U+00a5), and so forth. -->
このグリフ集合には 23057 個の CID が含まれます。CID 0 には PostScript 名 "/.notdef" が対応し、CID 1〜60 は space (U+0020), exclam (U+0021), … lbracket (U+005B) に対応し、CID 61 は yen (U+00A5) に対応し……といった具合です。
</DIV>
</BODY></HTML>
|