Server : Apache System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/vapecompany/demo.vapecompany.com.bd/vendor/mpdf/mpdf/src/Css/ |
Upload File : |
<?php namespace Mpdf\Css; class TextVars { // font-decoration const FD_UNDERLINE = 1; const FD_LINETHROUGH = 2; const FD_OVERLINE = 4; // font-(vertical)-align const FA_SUPERSCRIPT = 8; const FA_SUBSCRIPT = 16; // font-transform const FT_UPPERCASE = 32; const FT_LOWERCASE = 64; const FT_CAPITALIZE = 128; // font-(other)-controls const FC_KERNING = 256; const FC_SMALLCAPS = 512; }