We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5d446 commit 5a5ae48Copy full SHA for 5a5ae48
src/PhpWord/Writer/Word2007/Style/Font.php
@@ -104,6 +104,7 @@ private function writeStyle()
104
105
// Bold, italic
106
$xmlWriter->writeElementIf($style->isBold(), 'w:b');
107
+ $xmlWriter->writeElementIf($style->isBold(), 'w:bCs');
108
$xmlWriter->writeElementIf($style->isItalic(), 'w:i');
109
$xmlWriter->writeElementIf($style->isItalic(), 'w:iCs');
110
0 commit comments