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 d905e76 commit eec9e97Copy full SHA for eec9e97
src/PhpWord/Writer/Word2007/Part/FontTable.php
@@ -101,6 +101,15 @@ public function write()
101
'w:csb0="0000019F" w:csb1="00000000" />';
102
$str .= '</w:font>';
103
104
+ $str .= '<w:font w:name="Garamond">';
105
+ $str .= '<w:panose1 w:val="02020404030301010803" />';
106
+ $str .= '<w:charset w:val="00" />';
107
+ $str .= '<w:family w:val="roman" />';
108
+ $str .= '<w:pitch w:val="variable" />';
109
+ $str .= '<w:sig w:usb0="00000287" w:usb1="00000002" w:usb2="00000000" w:usb3="00000000" ' .
110
+ 'w:csb0="0000009F" w:csb1="00000000" />';
111
+ $str .= '</w:font>';
112
+
113
$str .= '</w:fonts>';
114
115
return $str;
0 commit comments