Sindbad~EG File Manager

Current Path : /var/www/html/elearningbasa.sumar.com.py/lib/openspout/src/Common/Entity/Comment/
Upload File :
Current File : /var/www/html/elearningbasa.sumar.com.py/lib/openspout/src/Common/Entity/Comment/TextRun.php

<?php

declare(strict_types=1);

namespace OpenSpout\Common\Entity\Comment;

/**
 * This class defines rich text in a fluent interface that can be added to a comment.
 */
final class TextRun
{
    public string $text;
    public int $fontSize = 10;
    public string $fontColor = '000000';
    public string $fontName = 'Tahoma';
    public bool $bold = false;
    public bool $italic = false;

    public function __construct(string $text)
    {
        $this->text = $text;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists