Apple_Exporter\Components\Body::set_initial_dropcap_style PHP Method

set_initial_dropcap_style() private method

Set the initial dropcap style for the component.
    private function set_initial_dropcap_style()
    {
        $this->json['textStyle'] = 'dropcapBodyStyle';
        $this->register_style('dropcapBodyStyle', array_merge($this->get_default_style(), array('dropCapStyle' => array('numberOfLines' => 4, 'numberOfCharacters' => 1, 'padding' => 5, 'fontName' => $this->get_setting('dropcap_font'), 'textColor' => $this->get_setting('dropcap_color')))));
    }