~ubuntu-branches/ubuntu/feisty/fonttools/feisty

« back to all changes in this revision

Viewing changes to MetaTools/doco.diff

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Fok
  • Date: 2003-11-18 00:53:59 UTC
  • Revision ID: james.westby@ubuntu.com-20031118005359-pqirsxbgdz0f0xmx
Tags: upstream-1.99+2.0b1+cvs20031014
ImportĀ upstreamĀ versionĀ 1.99+2.0b1+cvs20031014

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- htmlorig/gpos.htm   Fri Apr  5 23:55:58 2002
 
2
+++ htmlbak/gpos.htm    Tue May  7 09:53:30 2002
 
3
@@ -270,7 +270,7 @@
 
4
 
 
5
 <P>Example 2 at the end of this chapter shows a SinglePosFormat1 subtable used to adjust the placement of subscript glyphs.
 
6
 
 
7
-<P>SinglePosFormat1 subtable: Single positioning value
 
8
+<P><I>SinglePosFormat1 subtable: Single positioning value</I>
 
9
 <P>
 
10
 
 
11
 <TABLE BGCOLOR="#F0F0F0" WIDTH=460 BORDER=0 CELLPADDING=3>
 
12
@@ -312,7 +312,7 @@
 
13
 
 
14
 <P>Example 3 at the end of this chapter shows how to adjust the spacing of three dash glyphs with a SinglePosFormat2 subtable.
 
15
 
 
16
-<P>SinglePosFormat2 subtable: Array of positioning values
 
17
+<P><I>SinglePosFormat2 subtable: Array of positioning values</I>
 
18
 <P>
 
19
 
 
20
 <TABLE BGCOLOR="#F0F0F0" WIDTH=460 BORDER=0 CELLPADDING=3>
 
21
@@ -392,8 +392,8 @@
 
22
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
23
 <TD CLASS=tab VALIGN=TOP>PairSetCount</TD>
 
24
 <TD CLASS=tab>Number of PairSet tables</TD></TR>
 
25
-<TR><TD CLASS=tab VALIGN=TOP>ValueRecord</TD>
 
26
-<TD CLASS=tab VALIGN=TOP>PairSet<BR>[Offset]</TD>
 
27
+<TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
28
+<TD CLASS=tab VALIGN=TOP>PairSet<BR>[PairSetCount]</TD>
 
29
 <TD CLASS=tab>Array of offsets to PairSet tables-from beginning of PairPos subtable-ordered by Coverage Index</TD></TR>
 
30
 </TABLE>
 
31
 
 
32
@@ -855,7 +855,8 @@
 
33
 <TD CLASS=tab>Offset to Base Mark Coverage table-from beginning of MarkMarkPos subtable</TD></TR>
 
34
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
35
 <TD CLASS=tab VALIGN=TOP>ClassCount</TD>
 
36
-<TD CLASS=tab>Number of Combining Mark classes defined<TR>
 
37
+<TD CLASS=tab>Number of Combining Mark classes defined</TD>
 
38
+<TR>
 
39
 <TD CLASS=tab VALIGN=TOP>Offset</TD>
 
40
 <TD CLASS=tab VALIGN=TOP>Mark1Array</TD>
 
41
 <TD CLASS=tab VALIGN=TOP>Offset to MarkArray table for Mark1-from beginning of MarkMarkPos subtable</TD></TR>
 
42
@@ -1386,19 +1387,19 @@
 
43
 <TD CLASS=tab VALIGN=TOP>BacktrackGlyphCount</TD>
 
44
 <TD CLASS=tab>Number of glyphs in the backtracking sequence</TD></TR>
 
45
 <TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
46
-<TD CLASS=tab VALIGN=TOP>Coverage[BacktrackGlyphCount]</TD>
 
47
+<TD CLASS=tab VALIGN=TOP>BacktrackCoverage[BacktrackGlyphCount]</TD>
 
48
 <TD CLASS=tab>Array of offsets to coverage tables in backtracking sequence, in glyph sequence order</TD></TR>
 
49
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
50
 <TD CLASS=tab VALIGN=TOP>InputGlyphCount</TD>
 
51
 <TD CLASS=tab>Number of glyphs in input sequence</TD></TR>
 
52
 <TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
53
-<TD CLASS=tab VALIGN=TOP>Coverage[InputGlyphCount]</TD>
 
54
+<TD CLASS=tab VALIGN=TOP>InputCoverage[InputGlyphCount]</TD>
 
55
 <TD CLASS=tab>Array of offsets to coverage tables in input sequence, in glyph sequence order</TD></TR>
 
56
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
57
 <TD CLASS=tab VALIGN=TOP>LookaheadGlyphCount</TD>
 
58
 <TD CLASS=tab>Number of glyphs in lookahead sequence</TD></TR>
 
59
 <TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
60
-<TD CLASS=tab VALIGN=TOP>Coverage[LookaheadGlyphCount]</TD>
 
61
+<TD CLASS=tab VALIGN=TOP>LookaheadCoverage[LookaheadGlyphCount]</TD>
 
62
 <TD CLASS=tab>Array of offsets to coverage tables in lookahead sequence, in glyph sequence order</TD></TR>
 
63
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
64
 <TD CLASS=tab VALIGN=TOP>PosCount</TD>
 
65
diff -u htmlorig/gsub.htm htmlbak/gsub.htm
 
66
--- htmlorig/gsub.htm   Fri Apr  5 23:55:58 2002
 
67
+++ htmlbak/gsub.htm    Tue May  7 09:53:17 2002
 
68
@@ -758,7 +758,7 @@
 
69
 
 
70
 <A HREF="#EX9"><P>Example 9</A> at the end of this chapter substitutes swash glyphs for two out of three glyphs in a sequence. 
 
71
 
 
72
-<P><BR><I>ChainContextSubstFormat3 subtable: Coverage-based context glyph substitution</I><P>
 
73
+<P><BR><I>ContextSubstFormat3 subtable: Coverage-based context glyph substitution</I><P>
 
74
 
 
75
 <TABLE BGCOLOR="#F0F0F0" WIDTH=460 BORDER=0 CELLPADDING=3>
 
76
 <TR>
 
77
@@ -880,7 +880,7 @@
 
78
 <TD CLASS=tab VALIGN=TOP>LookaheadGlyphCount</TD>
 
79
 <TD CLASS=tab>Total number of glyphs in the look ahead sequence (number of glyphs to be matched after the input sequence)</TD></TR>
 
80
 <TR><TD CLASS=tab VALIGN=TOP>GlyphID</TD>
 
81
-<TD CLASS=tab VALIGN=TOP>LookAhead<BR>[LookAheadGlyphCount]</TD>
 
82
+<TD CLASS=tab VALIGN=TOP>Lookahead<BR>[LookAheadGlyphCount]</TD>
 
83
 <TD CLASS=tab VALIGN=TOP>Array of lookahead GlyphID's (to be matched after the input sequence)</TD></TR>
 
84
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
85
 <TD CLASS=tab VALIGN=TOP>SubstCount</TD>
 
86
@@ -1023,19 +1023,19 @@
 
87
 <TD CLASS=tab VALIGN=TOP>BacktrackGlyphCount</TD>
 
88
 <TD CLASS=tab>Number of glyphs in the backtracking sequence</TD></TR>
 
89
 <TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
90
-<TD CLASS=tab VALIGN=TOP>Coverage[BacktrackGlyphCount]</TD>
 
91
+<TD CLASS=tab VALIGN=TOP>BacktrackCoverage[BacktrackGlyphCount]</TD>
 
92
 <TD CLASS=tab>Array of offsets to coverage tables in backtracking sequence, in glyph sequence order</TD></TR>
 
93
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
94
 <TD CLASS=tab VALIGN=TOP>InputGlyphCount</TD>
 
95
 <TD CLASS=tab>Number of glyphs in input sequence</TD></TR>
 
96
 <TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
97
-<TD CLASS=tab VALIGN=TOP>Coverage[InputGlyphCount]</TD>
 
98
+<TD CLASS=tab VALIGN=TOP>InputCoverage[InputGlyphCount]</TD>
 
99
 <TD CLASS=tab>Array of offsets to coverage tables in input sequence, in glyph sequence order</TD></TR>
 
100
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
101
 <TD CLASS=tab VALIGN=TOP>LookaheadGlyphCount</TD>
 
102
 <TD CLASS=tab>Number of glyphs in lookahead sequence</TD></TR>
 
103
 <TR><TD CLASS=tab VALIGN=TOP>Offset</TD>
 
104
-<TD CLASS=tab VALIGN=TOP>Coverage[LookaheadGlyphCount]</TD>
 
105
+<TD CLASS=tab VALIGN=TOP>LookaheadCoverage[LookaheadGlyphCount]</TD>
 
106
 <TD CLASS=tab>Array of offsets to coverage tables in lookahead sequence, in glyph sequence order</TD></TR>
 
107
 <TR><TD CLASS=tab VALIGN=TOP>uint16</TD>
 
108
 <TD CLASS=tab VALIGN=TOP>SubstCount</TD>