Home
last modified time | relevance | path

Searched refs:FD_UNDERLINE (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
DTextVars.php9 const FD_UNDERLINE = 1; define in Mpdf\\Css\\TextVars
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DCssManager.php2041 if ($bilp['textvar'] & TextVars::FD_UNDERLINE) {
2046 } elseif ($bilp['textvar'] & TextVars::FD_UNDERLINE) {
DMpdf.php4423 if (($textvar & TextVars::FD_UNDERLINE) && $txt != '') { // mPDF 5.7.1
5234 if ($textvar & TextVars::FD_UNDERLINE) { // mPDF 5.7.1 // mPDF 6
18917 $this->textvar = ($this->textvar | TextVars::FD_UNDERLINE);
18941 $this->textvar = ($this->textvar & ~TextVars::FD_UNDERLINE);