composer package updates
[openemr.git] / vendor / mpdf / mpdf / src / Tag / Tts.php
blobf24d722cfe79b74e4c4e04501f544081ae01fc98
1 <?php
3 namespace Mpdf\Tag;
5 class Tts extends SubstituteTag
8 public function open($attr, &$ahtml, &$ihtml)
10 $this->mpdf->tts = true;
11 $this->mpdf->InlineProperties['TTS'] = $this->mpdf->saveInlineProperties();
12 $this->mpdf->setCSS(['FONT-FAMILY' => 'csymbol', 'FONT-WEIGHT' => 'normal', 'FONT-STYLE' => 'normal'], 'INLINE');