Lines Matching defs:tag

959 					// " RQD" is a non-standard tag in Garuda font - presumably intended to be used by default ? "ReQuireD"
960 // Being a 3 letter tag is non-standard, and does not allow it to be set by font-feature-settings
1064 foreach ($GPOSFeatures as $tag => $arr) {
1065 if (strpos($usetags, $tag) !== false) {
1067 $LookupList[$lu] = $tag;
1234 // Is it a valid tag?
1247 // Is it a valid tag?
1260 // Is it a valid tag?
1273 // Is it a valid tag?
1290 foreach ($GSUBFeatures as $tag => $arr) {
1291 if (strpos($usetags, $tag) !== false) {
1293 $LookupList[$lu] = $tag;
1299 foreach ($LookupList as $lu => $tag) {
1304 if (preg_match('/' . $tag . '([0-9]{1,2})/', $usetags, $m)) {
1317 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1341 foreach ($GSUBFeatures as $tag => $arr) {
1342 if (strpos($usetags, $tag) !== false) {
1344 $LookupList[$lu] = $tag;
1357 foreach ($LookupList as $lu => $tag) {
1362 if (preg_match('/' . $tag . '([0-9]{1,2})/', $usetags, $m)) {
1370 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1398 foreach ($GSUBFeatures as $tag => $arr) {
1399 if ($tag == $usetag) {
1401 $LookupList[$lu] = $tag;
1407 foreach ($LookupList as $lu => $tag) {
1412 if (preg_match('/' . $tag . '([0-9]{1,2})/', $usetags, $m)) {
1455 foreach ($GSUBFeatures as $tag => $arr) {
1456 if ($tag == $usetag) {
1458 $LookupList[$lu] = $tag;
1464 foreach ($LookupList as $lu => $tag) {
1469 if (preg_match('/' . $tag . '([0-9]{1,2})/', $usetags, $m)) {
1718 // Need to set alternate IF set by CSS3 font-feature for a tag
3168 foreach ($LookupList as $lu => $tag) {
3186 $shift = $this->_applyGPOSsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GPOS_offset + $this->GSUB_length), $Type, $Flag, $MarkFilteringSet, $this->LuCoverage[$lu][$c], $tag, 0, $is_old_spec);
3282 private function _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $tag, $level, $is_old_spec)
3873 $shift = $this->_applyGPOSsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luFlag, $luMarkFilteringSet, $this->LuCoverage[$lu][$luc], $tag, 1, $is_old_spec);
4058 $shift = $this->_applyGPOSsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luFlag, $luMarkFilteringSet, $this->LuCoverage[$lu][$luc], $tag, 1, $is_old_spec);
4144 $shift = $this->_applyGPOSsubtable($lu, $luc, $luptr, $lucurrGlyph, $lucurrGID, ($lusubtable_offset - $this->GPOS_offset + $this->GSUB_length), $luType, $luFlag, $luMarkFilteringSet, $this->LuCoverage[$lu][$luc], $tag, 1, $is_old_spec);
5971 // Note: Font FreeSerif , tag "blws"
5988 // Note: Font FreeSerif , tag "blws"
6009 // $scripttag is the default tag derived from $scriptblock
6058 // If INDIC (or Myanmar) and available tag not includes new version, check if includes old version & choose old version
6134 // IETF tag = e.g. en-US, und-Arab, sr-Cyrl cf. class LangToFont