Lines Matching refs:Coverage

1045 			  The table consists of an offset to a Coverage table (Coverage) listing all glyphs that define attachment points in the GPOS table, a count of the glyphs with attachment points (GlyphCount), and an array of offsets to AttachPoint tables (AttachPoint). The array lists the AttachPoint tables, one for each glyph in the Coverage table, in the same order as the Coverage Index.
1048 Offset Coverage Offset to Coverage table - from beginning of AttachList table
1050 Offset AttachPoint[GlyphCount] Array of offsets to AttachPoint tables-from beginning of AttachList table-in Coverage Index order
1358 // NB Coverage only looks at glyphs for position 1 (i.e. 5.3 and 6.3) // NEEDS TO READ ALL ********************
1359 $Coverage = $GSLookup[$i]['Subtables'][$c] + $this->read_ushort();
1360 $this->seek($Coverage);
1600 } // Format 3: Coverage-based Chaining Context Glyph Substitution p259
1640 // Get Coverage tables and prepare preg_replace
1802 } // Format 3: Coverage-based Context Glyph Substitution
1917 } // Format 3: Coverage-based Chaining Context Glyph Substitution p259
2291 } // Format 3: Coverage-based Context Glyph Substitution p259
2294 $html .= '<div class="lookuptypesub">Format 3: Coverage-based Context Glyph Substitution </div>';
2585 } // Format 3: Coverage-based Chaining Context Glyph Substitution p259
2588 $html .= '<div class="lookuptypesub">Format 3: Coverage-based Chaining Context Glyph Substitution </div>';
3269 $Coverage = $subtable_offset + $this->read_ushort();
3273 $this->seek($Coverage);
3315 $Coverage = $subtable_offset + $this->read_ushort();
3323 $this->seek($Coverage);
3370 $Coverage = $subtable_offset + $this->read_ushort();
3382 $this->seek($Coverage);
3541 $Coverage = $subtable_offset + $this->read_ushort();
3550 $this->seek($Coverage);