Searched refs:TextVars (Results 1 – 8 of 8) sorted by relevance
5 class TextVars class
6 use Mpdf\Css\TextVars; alias2040 if ($bilp['textvar'] & TextVars::FD_LINETHROUGH) {2041 if ($bilp['textvar'] & TextVars::FD_UNDERLINE) {2046 } elseif ($bilp['textvar'] & TextVars::FD_UNDERLINE) {2052 if ($bilp['textvar'] & TextVars::FA_SUPERSCRIPT) {2054 } elseif ($bilp['textvar'] & TextVars::FA_SUBSCRIPT) {2060 if ($bilp['textvar'] & TextVars::FT_CAPITALIZE) {2062 } elseif ($bilp['textvar'] & TextVars::FT_UPPERCASE) {2064 } elseif ($bilp['textvar'] & TextVars::FT_LOWERCASE) {2070 if ($bilp['textvar'] & TextVars::FC_KERNING) {[all …]
6 use Mpdf\Css\TextVars; alias467 $textvar |= TextVars::FC_KERNING;
9 use Mpdf\Css\TextVars; alias3513 …} 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])) {3698 if (($textvar & TextVars::FC_KERNING) && $lastchar) {3716 … if (($textvar & TextVars::FC_SMALLCAPS) && isset($this->upperCase[ord($s[$i])])) { // mPDF 5.7.13727 if (($textvar & TextVars::FC_KERNING) && $i > 0) { // mPDF 5.7.13735 if ($textvar & TextVars::FC_KERNING) {4397 …if ($this->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERN…4402 …elseif (!$this->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC…[all …]
7 use Mpdf\Css\TextVars; alias973 …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…
6 use Mpdf\Css\TextVars; alias142 $this->mpdf->textvar |= TextVars::FC_SMALLCAPS;161 $this->mpdf->textvar |= TextVars::FC_SMALLCAPS;
6 use Mpdf\Css\TextVars; alias2700 $textvar = ($textvar | TextVars::FC_KERNING);
111 - Moved `TextVars` constants to separate class