File: sfddiff.html

package info (click to toggle)
fontforge 1%3A20230101~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 63,260 kB
  • sloc: ansic: 462,618; python: 6,916; cpp: 214; objc: 122; sh: 101; makefile: 55; xml: 11
file content (91 lines) | stat: -rw-r--r-- 4,041 bytes parent folder | download | duplicates (3)
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
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <!-- AP: Created on: 9-Mar-2002 -->
  <!-- AP: Last modified: 2-Mar-2004 -->
  <LINK REL="icon" href="../../_static/fftype16.png">
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!--<TITLE>sfddiff - - A program for comparing fonts</TITLE> -->
    <TITLE>sfddiff -- フォントの比較を行うプログラム</A></TITLE>
  <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
</HEAD>
<BODY>
<DIV id="in">
<H1 ALIGN=Center>
<!--sfddiff<BR>
    <SMALL>A program for comparing fonts</SMALL> -->
    sfddiff<BR>
    <SMALL>フォントの比較を行うプログラム</SMALL>
</H1>
<P>
<CODE>sfddiff [-merge outfile] [-ignorehints] [-version] [-help] sfdfile1
sfdfile2</CODE>
<P>
<!--
<EM>Sfddiff</EM> compares (or merges) two of
<A HREF="overview.html">fontforge</A>'s sfd files and checks for differences. -->
<EM>sfddiff</EM> は、<A HREF="overview.html">FontForge</A> の SFD ファイル 2 個の比較 (または併合) を行い、相違点をチェックします。
<P>
<!--
It will notice:-->
このプログラムは以下の検査を行います:
<OL>
  <LI>
<!--if the two fonts have different encodings-->
    2 個のフォントのエンコーディングが異なるか
  <LI>
<!--any characters present in one font but not in the other-->
    片方のフォントのみに存在し、もう片方には無いグリフがあるか
  <LI>
<!--any characters present in both fonts but which have different sets of outlines
    or references. -->
    両方のフォントに存在するが、アウトラインと参照に違う部分があるかどうか
  <LI>
<!--optionally will check if the hints are different.-->
    ヒントに異なりがあるかどうかのチェックも選択可能です。
</OL>
<P>
<!--
If the <CODE>-merge</CODE> flag is specified the following argument should
be the name of an output file into which sfddiff will store a merged version
of the two fonts. This will contain everything from sfdfile1 as well as any
characters present in sfdfile2 but not in sfdfile1. For any characters with
different outlines or references, the background of the character will
contain the splines from sfdfile2 (sadly references can not be placed in
the background). -->
<CODE>-merge</CODE> フラグが指定されていれば、その次の引数は出力ファイル名として扱われ、sfddiff は 2 つのフォントを併合したものをそこに保存します。このファイルには、sfdfile1 に含まれるすべてのものと、sfdfile2 に含まれていて sfdfile1 に含まれない全てのグリフを含みます。アウトラインまたは参照が異なる全ての文字に対しては、文字の背景に sfdfile2 のスプラインが格納されます (残念ながら参照は背景に配置することができません)。
<P>
<!--
If the <CODE>-ignorehints</CODE> flag is specified, then no hint differences
will be reported. -->
もし <CODE>-ignorehints</CODE> フラグが指定されていれば、ヒントの違いは報告しません。
<P>
<!--
<CODE>-help</CODE> will provide a mini description and will list the available
options. -->
<CODE>-help</CODE> は、簡単な解説と使用可能なオプション一覧を表示します。
<P>
<!--
<CODE>-usage</CODE> will list the available options. -->
<CODE>-usage</CODE> は、使用可能なオプション一覧を表示します。
<P>
<!--
<CODE>-version</CODE> will display the current version of <EM>sfddiff</EM>
(a six digit string containing the date stamp of the source files). -->
<CODE>-version</CODE> は、現在の <EM>sfddiff</EM> のバージョン (ソースファイルの日付スタンプを表す数字 6 桁の文字列) を表示します。
<H3>
<!--Bugs-->
    バグ
</H3>
<P>
<!--
Doesn't work on CID keyed fonts yet. -->
現在、CID キー指定フォントでは動作しません。
<H3>
<!--See Also-->
    参照
</H3>
<P>
<A HREF="overview.html">FontForge</A>
</DIV>
</BODY></HTML>