Skip to content

Commit 5a5ae48

Browse files
committed
also add w:bCs
1 parent ab5d446 commit 5a5ae48

File tree

1 file changed

+1
-0
lines changed
  • src/PhpWord/Writer/Word2007/Style

1 file changed

+1
-0
lines changed

src/PhpWord/Writer/Word2007/Style/Font.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ private function writeStyle()
104104

105105
// Bold, italic
106106
$xmlWriter->writeElementIf($style->isBold(), 'w:b');
107+
$xmlWriter->writeElementIf($style->isBold(), 'w:bCs');
107108
$xmlWriter->writeElementIf($style->isItalic(), 'w:i');
108109
$xmlWriter->writeElementIf($style->isItalic(), 'w:iCs');
109110

0 commit comments

Comments
 (0)