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 1956745 commit 193e3b2Copy full SHA for 193e3b2
src/PhpWord/Writer/RTF/Style/Font.php
@@ -115,6 +115,7 @@ public function write()
115
// Other items not in included in array found in PhpOffice\PhpWord\Style\Font\getStyleValues
116
$content .= $this->getValueIf($style->isNoProof(), '\noproof');
117
$content .= $this->getValueIf($style->getBgColor() !== null, '\cb' . $this->colorIndex); // Doesn't work; coloring not implemented.
118
+
119
return $content . ' ';
120
}
121
0 commit comments