Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
DTextVars.php23 const FC_KERNING = 256; define in Mpdf\\Css\\TextVars
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php467 $textvar |= TextVars::FC_KERNING;
DMpdf.php3698 if (($textvar & TextVars::FC_KERNING) && $lastchar) {
3727 if (($textvar & TextVars::FC_KERNING) && $i > 0) { // mPDF 5.7.1
3735 if ($textvar & TextVars::FC_KERNING) {
4397 …his->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERNING)) {
4402 …Font && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERNING) && !(isset($thi…
4506 $textvar = ($textvar | TextVars::FC_KERNING);
4546 $textvar = ($textvar | TextVars::FC_KERNING);
5182 …his->usingCoreFont && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERNING)) {
5187 …->ws && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERNING) && !(isset($thi…
5201 …'])) && !($textvar & TextVars::FC_SMALLCAPS) && !($textvar & TextVars::FC_KERNING) && !(isset($thi…
[all …]
DCssManager.php2070 if ($bilp['textvar'] & TextVars::FC_KERNING) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php2700 $textvar = ($textvar | TextVars::FC_KERNING);