Lines Matching refs:t

250 		foreach ($this->tables as $t) {
251 if ($t['length'] > 0 && $t['length'] < $this->maxStrLenRead) { // 1.02
252 $table = $this->get_chunk($t['offset'], $t['length']);
254 if ($t['tag'] == 'head') {
260 $xchecksum = $t['checksum'];
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])));
1196 foreach ($ffeats as $t => $o) {
1209 $ffeats[$t] = $ls;
1215 foreach ($scripts as $t => $o) {
1228 $ffeats[$st][$t] = $FeatureIndex;
1251 foreach ($scripts as $t => $o) {
1252 $FeatureIndex = $ffeats[$st][$t];
1254 $ffeats[$st][$t][$k] = $Feature[$fi];
1262 foreach ($scripts as $t => $langsys) {
1270 $gsub[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
1275 $GSUBScriptLang[$st] .= $t . ' ';
1288 foreach ($g as $l => $t) {
1290 foreach ($t as $tag => $o) {
1929 // Don't use above value as these are ordered numerically not as need to process
1953 $t = $this->mpdf->OTLlang;
1954 $langsys = $gsub[$st][$t];
3049 foreach ($ffeats as $t => $o) {
3062 $ffeats[$t] = $ls;
3068 foreach ($scripts as $t => $o) {
3081 $ffeats[$st][$t] = $FeatureIndex;
3104 foreach ($scripts as $t => $o) {
3105 $FeatureIndex = $ffeats[$st][$t];
3107 $ffeats[$st][$t][$k] = $Feature[$fi];
3116 foreach ($scripts as $t => $langsys) {
3124 $gpos[$st][$t][$ft['tag']] = $ft['LookupListIndex'];
3129 $GPOSScriptLang[$st] .= $t . ' ';
3138 foreach ($g as $l => $t) {
3140 foreach ($t as $tag => $o) {
3194 $t = $this->mpdf->OTLlang;
3195 $langsys = $gpos[$st][$t];