Home
last modified time | relevance | path

Searched refs:SCRIPT_LATIN (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php95 'baseScript' => Ucdn::SCRIPT_LATIN,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DScriptToLanguage.php20 Ucdn::SCRIPT_LATIN => 'und-Latn',
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DUcdn.php13 const SCRIPT_LATIN = 1; define in Mpdf\\Ucdn
175 /* SCRIPT_LATIN */ 1 => 'latn',
H A DOtl.php973 if (!(($this->mpdf->textvar & TextVars::FC_SMALLCAPS) && $scriptblock == Ucdn::SCRIPT_LATIN && strpos($useGSUBtags, 'smcp') === false)) {
1049 if ($scriptblock != Ucdn::SCRIPT_LATIN) {
1077 if (!(($this->mpdf->textvar & TextVars::FC_SMALLCAPS) && $scriptblock == Ucdn::SCRIPT_LATIN && strpos($useGSUBtags, 'smcp') === false)) {
6031 if ($scriptblock == Ucdn::SCRIPT_LATIN) {
H A DMpdf.php26806 if ($scriptblocks[$sch] == Ucdn::SCRIPT_LATIN && $this->autoVietnamese && preg_match("/([" . $this->scriptToLanguage->getLanguageDelimiters('viet') . "])/u", $s)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3406 if ($scriptblocks[$sch] == Ucdn::SCRIPT_LATIN && $this->mpdf->autoVietnamese && preg_match("/([" . $this->scriptToLanguage->getLanguageDelimiters('viet') . "])/u", $s)) {