surveyjs / survey-pdf

Supplementary component to the SurveyJS Form Library to download surveys as PDF files and generate editable PDF forms.
https://surveyjs.io/pdf-generator/examples/survey-pdf-export/
Other
60 stars 30 forks source link

Default font is not Segoe, although the docs and the code state otherwise #118

Closed RomanTsukanov closed 2 years ago

RomanTsukanov commented 2 years ago

The docs say that Segoe is the default font. The code seems to set Segoe as default font too. However, if you export a survey to PDF, you will see that the font looks more like Timew New Roman:

https://surveyjs.io/Examples/Pdf-Export?id=survey-pdf-header&platform=Knockoutjs&theme=defaultV2#content-result

image

RomanTsukanov commented 2 years ago

Fixed in https://github.com/surveyjs/survey-pdf/commit/0dca7a4b36d1b2fd0f2cfe93a2142171aa341b66 and #127