GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/plugins/complianz-gdpr/assets/vendor/mpdf/mpdf/src/Css/TextVars.php
<?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;
}