Lines Matching refs:t

323 		foreach ($this->tables as $t) {
324 if ($t['length'] > 0 && $t['length'] < $this->maxStrLenRead) { // 1.02
325 $table = $this->get_chunk($t['offset'], $t['length']);
327 if ($t['tag'] === 'head') {
333 $xchecksum = $t['checksum'];
335 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])));
1407 // This doesn't seem to do anything useful?
1460 foreach ($ffeats as $t => $o) {
1473 $ffeats[$t] = $ls;
1479 foreach ($scripts as $t => $o) {
1492 $ffeats[$st][$t] = $FeatureIndex;
1521 foreach ($scripts as $t => $o) {
1522 $FeatureIndex = $ffeats[$st][$t];
1524 $ffeats[$st][$t][$k] = $Feature[$fi];
1532 foreach ($scripts as $t => $langsys) {
1540 $gsub[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
1545 $GSUBScriptLang[$st] .= $t . ' ';
2128 // Don't use above value as these are ordered numerically not as need to process
2143 foreach ($scripts as $t => $langsys) {
2359 $this->fontCache->jsonWrite($this->fontkey . '.GSUB.' . $st . '.' . $t . '.json', $font);
2365 $GSUBScriptLang[$st] .= $t . ' ';
3014 // But never finished coding it to add the $ignore array to the file, and it doesn't seem to occur often enough to be worth
3301 foreach ($ffeats as $t => $o) {
3314 $ffeats[$t] = $ls;
3320 foreach ($scripts as $t => $o) {
3333 $ffeats[$st][$t] = $FeatureIndex;
3360 foreach ($scripts as $t => $o) {
3361 $FeatureIndex = $ffeats[$st][$t];
3363 $ffeats[$st][$t][$k] = $Feature[$fi];
3372 foreach ($scripts as $t => $langsys) {
3382 $gpos[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
3387 $GPOSScriptLang[$st] .= $t . ' ';
3608 // Doesn't seem to be a problem?
4173 // Doesn't seem to be a problem?