Lines Matching defs:tag

236 			$record['tag'] = $this->read_tag();
240 $this->tables[$record['tag']] = $record;
254 if ($t['tag'] == 'head') {
262 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
306 function get_table_pos($tag)
308 $offset = isset($this->tables[$tag]['offset']) ? $this->tables[$tag]['offset'] : null;
309 $length = isset($this->tables[$tag]['length']) ? $this->tables[$tag]['length'] : null;
326 function seek_table($tag, $offset_in_table = 0)
328 $tpos = $this->get_table_pos($tag);
443 function get_table($tag)
445 list($pos, $length) = $this->get_table_pos($tag);
454 function add($tag, $data)
456 if ($tag == 'head') {
459 $this->otables[$tag] = $data;
1237 $Feature[$i] = ['tag' => $this->read_tag()];
1270 $gsub[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
1290 foreach ($t as $tag => $o) {
1291 $html .= $tag . ' ';
1958 foreach ($langsys as $tag => $ft) {
1960 $lul[$ll] = $tag;
1983 foreach ($lul as $i => $tag) {
1987 $html .= '<bookmark level="1" content="' . $tag . ' [#' . $i . ']">';
1989 $html .= 'Lookup #' . $i . ' [tag: <span style="color:#000066;">' . $tag . '</span>]</h5>';
2192 $lul2 = [$lup => $tag];
2278 $lul2 = [$lup => $tag];
2332 $lul2 = [$lup => $tag];
2435 $lul2 = [$lup => $tag];
2573 $lul2 = [$lup => $tag];
2657 $lul2 = [$lup => $tag];
3090 $Feature[$i] = ['tag' => $this->read_tag()];
3124 $gpos[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
3140 foreach ($t as $tag => $o) {
3141 $html .= $tag . ' ';
3200 foreach ($langsys as $tag => $ft) {
3202 $lul[$ll] = $tag;
3228 foreach ($lul as $luli => $tag) {
3232 $html .= '<bookmark level="1" content="' . $tag . ' [#' . $luli . ']">';
3234 $html .= 'Lookup #' . $luli . ' [tag: <span style="color:#000066;">' . $tag . '</span>]</h5>';
3293 $html .= '<span class="changed" style="font-feature-settings:\'' . $tag . '\' 1;">&nbsp;' . $this->formatEntity($glyphs[$g]) . '</span>';
3345 $html .= '<span class="changed" style="font-feature-settings:\'' . $tag . '\' 1;">&nbsp;' . $this->formatEntity($glyphs[$g]) . '</span>';
3427 $html .= '<span class="changed" style="font-feature-settings:\''.$tag.'\' 1;">&nbsp;'.$this->formatEntity($glyphs[$p]).$this->formatEntity($SecondGlyph).'</span>';
3504 $html .= '<span class="changed" style="font-feature-settings:\'' . $tag . '\' 1;">&nbsp;' . $this->formatEntity($FirstGlyph) . $this->formatEntity($SecondGlyph) . '</span>';
3627 $html .= '<div class="glyphs" style="font-feature-settings:\'' . $tag . '\' 1;">Example(s): ';
3744 $html .= '<div class="glyphs" style="font-feature-settings:\'' . $tag . '\' 1;">Example(s): <span class="changed">';
3894 $lul2 = [$lup => $tag];