|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/simulasikite.mata-lashes.com/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;
}