also add w:bCs

This commit is contained in:
troosan 2017-11-25 21:37:11 +01:00
parent ab5d4468f9
commit 5a5ae48bb6
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class Font extends AbstractStyle
// Bold, italic
$xmlWriter->writeElementIf($style->isBold(), 'w:b');
$xmlWriter->writeElementIf($style->isBold(), 'w:bCs');
$xmlWriter->writeElementIf($style->isItalic(), 'w:i');
$xmlWriter->writeElementIf($style->isItalic(), 'w:iCs');