From 3136ee7de7affd054ee8f712bfe988223b724161 Mon Sep 17 00:00:00 2001 From: marcos Date: Tue, 18 May 2021 09:50:27 +0200 Subject: [PATCH] cambio de fuentes css --- pandora_console/vendor/mpdf/mpdf/src/Otl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/vendor/mpdf/mpdf/src/Otl.php b/pandora_console/vendor/mpdf/mpdf/src/Otl.php index 13c30e2afe..e6c1a9c26c 100644 --- a/pandora_console/vendor/mpdf/mpdf/src/Otl.php +++ b/pandora_console/vendor/mpdf/mpdf/src/Otl.php @@ -3205,7 +3205,7 @@ class Otl { // If current glyph is a mark with a defined width, any XAdvance is considered to REPLACE the character Advance Width - // Test case
င်္က္ကျြွေိ
+ // Test case
င်္က္ကျြွေိ
if (strpos($this->GlyphClassMarks, $this->OTLdata[$basepos]['hex']) !== false) { $cw = round($this->mpdf->_getCharWidth($this->mpdf->CurrentFont['cw'], $this->OTLdata[$basepos]['uni']) * $this->mpdf->CurrentFont['unitsPerEm'] / 1000); // convert back to font design units } else { @@ -3216,7 +3216,7 @@ class Otl if (isset($Value['XAdvance']) && ($Value['XAdvance'] - $cw) != 0) { // However DON'T REPLACE the character Advance Width if Advance Width is negative - // Test case
ру́сский
+ // Test case
ру́сский
if ($Value['XAdvance'] < 0) { $cw = 0; } @@ -6161,7 +6161,7 @@ class Otl { echo '
'; echo $GPOSSUB . ' LookupID #' . $lookupID . ' Subtable#' . $subtable . ' Type: ' . $Type . ' Format: ' . $Format . '
'; - echo '
'; + echo '
'; echo 'Glyph position: ' . $ptr . ' Current Glyph: ' . $currGlyph . '
'; for ($i = 0; $i < count($this->OTLdata); $i++) {