|
|
|
@@ -193,7 +193,8 @@ namespace Novacode |
|
|
|
XName.Get("rFonts", DocX.w.NamespaceName),
|
|
|
|
new XAttribute(XName.Get("ascii", DocX.w.NamespaceName), fontFamily.Name),
|
|
|
|
new XAttribute(XName.Get("hAnsi", DocX.w.NamespaceName), fontFamily.Name), // Added by Maurits Elbers to support non-standard characters. See http://docx.codeplex.com/Thread/View.aspx?ThreadId=70097&ANCHOR#Post453865
|
|
|
|
new XAttribute(XName.Get("cs", DocX.w.NamespaceName), fontFamily.Name) // Added by Maurits Elbers to support non-standard characters. See http://docx.codeplex.com/Thread/View.aspx?ThreadId=70097&ANCHOR#Post453865
|
|
|
|
new XAttribute(XName.Get("cs", DocX.w.NamespaceName), fontFamily.Name), // Added by Maurits Elbers to support non-standard characters. See http://docx.codeplex.com/Thread/View.aspx?ThreadId=70097&ANCHOR#Post453865
|
|
|
|
new XAttribute(XName.Get("eastAsia", DocX.w.NamespaceName), fontFamily.Name) // DOCX in china #57
|
|
|
|
)
|
|
|
|
);
|
|
|
|
}
|