On the page for Xceed.Words.NET, I clicked on “Download” and got the package of version 1.3.17429.0. In this package, the class Paragraph
contains two overloaded methods as following:
public Paragraph Font(Font fontFamily);
public Paragraph Font(string fontName);
However, in the sample codes screenshot on the same page, there is a call to Font
method with a strange parameter new FontFamily('xxx')
, which might cause real build issue.
