Apple_Exporter\Components\Quote::set_style PHP Method

set_style() private method

Set the style for the component.
private set_style ( )
    private function set_style()
    {
        $this->json['textStyle'] = 'default-pullquote';
        $this->register_style('default-pullquote', array('fontName' => $this->get_setting('pullquote_font'), 'fontSize' => intval($this->get_setting('pullquote_size')), 'textColor' => $this->get_setting('pullquote_color'), 'textTransform' => $this->get_setting('pullquote_transform'), 'lineHeight' => intval($this->get_setting('pullquote_line_height')), 'textAlignment' => $this->find_text_alignment()));
    }