PHP 8.2.31
Preview: Style.php Size: 698 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/classes/Newsletter/Composer/Style.php

<?php
namespace Newsletter\Composer;

defined('ABSPATH') || exit;

/**
 * Used only for IDE autocompletion!
 */
class Style {

    var $font_family;
    var $font_size;
    var $font_weight;
    var $font_color;
    var $background;
    var $align;
    var $scalable = true;

    function echo_css($scale = 1.0) {
        echo 'font-size: ', round($this->font_size * $scale), 'px;';
        echo 'font-family: ', esc_html($this->font_family), ';';
        echo 'font-weight: ', esc_html($this->font_weight), ';';
        echo 'color: ', sanitize_hex_color($this->font_color), ';';
        if (!empty($this->align)) {
            echo 'text-align: ', esc_html($this->align), ';';
        }
    }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
479 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
370 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
332 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
903 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
698 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download
281 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).