Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php66 'GPOSLookups' => $ttf->GPOSLookups,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php97 var $GPOSLookups; variable in Mpdf\\Otl
1036 $this->GPOSLookups = $this->mpdf->CurrentFont['GPOSLookups'];
3169 $Type = $this->GPOSLookups[$lu]['Type'];
3170 $Flag = $this->GPOSLookups[$lu]['Flag'];
3172 if (isset($this->GPOSLookups[$lu]['MarkFilteringSet'])) {
3173 $MarkFilteringSet = $this->GPOSLookups[$lu]['MarkFilteringSet'];
3181 foreach ($this->GPOSLookups[$lu]['Subtables'] as $c => $subtable_offset) {
3864 $luType = $this->GPOSLookups[$lu]['Type'];
3865 $luFlag = $this->GPOSLookups[
[all...]
H A DOtlDump.php35 var $GPOSLookups; // mPDF 5.7.1 variable in Mpdf\\OtlDump
798 $this->GPOSLookups = [];
881 list($this->GPOSScriptLang, $this->GPOSFeatures, $this->GPOSLookups) = $this->_getGPOStables();
H A DTTFontFile.php60 var $GPOSLookups; variable in Mpdf\\TTFontFile
1055 $this->GPOSLookups = [];
1142 list($this->GPOSScriptLang, $this->GPOSFeatures, $this->GPOSLookups) = $this->_getGPOStables();