also add w:bCs
This commit is contained in:
parent
ab5d4468f9
commit
5a5ae48bb6
@ -104,6 +104,7 @@ class Font extends AbstractStyle
|
|||||||
|
|
||||||
// Bold, italic
|
// Bold, italic
|
||||||
$xmlWriter->writeElementIf($style->isBold(), 'w:b');
|
$xmlWriter->writeElementIf($style->isBold(), 'w:b');
|
||||||
|
$xmlWriter->writeElementIf($style->isBold(), 'w:bCs');
|
||||||
$xmlWriter->writeElementIf($style->isItalic(), 'w:i');
|
$xmlWriter->writeElementIf($style->isItalic(), 'w:i');
|
||||||
$xmlWriter->writeElementIf($style->isItalic(), 'w:iCs');
|
$xmlWriter->writeElementIf($style->isItalic(), 'w:iCs');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user