Home
last modified time | relevance | path

Searched refs:FC_SMALLCAPS (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
DTextVars.php24 const FC_SMALLCAPS = 512; define in Mpdf\\Css\\TextVars
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTd.php142 $this->mpdf->textvar |= TextVars::FC_SMALLCAPS;
161 $this->mpdf->textvar |= TextVars::FC_SMALLCAPS;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php3513 …} elseif (($this->textvar & TextVars::FC_SMALLCAPS) && isset($this->upperCase[ord($c)])) { // mPD…
3560 …elseif (($this->textvar & TextVars::FC_SMALLCAPS) && isset($this->upperCase[$char])) { // mPDF 5.7…
3656 if (($textvar & TextVars::FC_SMALLCAPS) && isset($this->upperCase[$char])) {
3716 … if (($textvar & TextVars::FC_SMALLCAPS) && isset($this->upperCase[ord($s[$i])])) { // mPDF 5.7.1
4397 …if ($this->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERN…
4402 …elseif (!$this->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC…
5149 …tline-s']) && $this->textparam['outline-s'] && !($textvar & TextVars::FC_SMALLCAPS)) { // mPDF 5.7…
5153 … && strpos($this->FontStyle, "B") === false && !($textvar & TextVars::FC_SMALLCAPS)) { // can't us…
5182 …if ($this->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERN…
5187 …elseif (!$this->usingCoreFont && !$this->ws && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar …
[all …]
DCssManager.php2087 if ($bilp['textvar'] & TextVars::FC_SMALLCAPS) {
DOtl.php973 …if (!(($this->mpdf->textvar & TextVars::FC_SMALLCAPS) && $scriptblock == Ucdn::SCRIPT_LATIN && str…
1077 …if (!(($this->mpdf->textvar & TextVars::FC_SMALLCAPS) && $scriptblock == Ucdn::SCRIPT_LATIN && str…