Home
last modified time | relevance | path

Searched refs:GSUBLookups (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php103 var $GSUBLookups; variable in Mpdf\\Otl
398 $this->GSUBLookups = $this->mpdf->CurrentFont['GSUBLookups'];
1300 $Type = $this->GSUBLookups[$lu]['Type'];
1301 $Flag = $this->GSUBLookups[$lu]['Flag'];
1302 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1313 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
1358 $Type = $this->GSUBLookups[$lu]['Type'];
1359 $Flag = $this->GSUBLookups[$lu]['Flag'];
1360 $MarkFilteringSet = $this->GSUBLookups[$lu]['MarkFilteringSet'];
1366 foreach ($this->GSUBLookups[$lu]['Subtables'] as $c => $subtable_offset) {
[all …]
DOtlDump.php155 var $GSUBLookups; variable in Mpdf\\OtlDump
795 $this->GSUBLookups = [];
880 …list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr, $this->rtlP…
DTTFontFile.php210 public $GSUBLookups; variable in Mpdf\\TTFontFile
1052 $this->GSUBLookups = [];
1141 …list($this->GSUBScriptLang, $this->GSUBFeatures, $this->GSUBLookups, $this->rtlPUAstr) = $this->_g…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DMetricsGenerator.php63 'GSUBLookups' => $ttf->GSUBLookups,