survey-pdf 1.9.9 → 1.9.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-pdf",
3
- "version": "1.9.9",
3
+ "version": "1.9.13",
4
4
  "description": "survey.pdf.js is a SurveyJS PDF Library. It is a easy way to export SurveyJS surveys to PDF. It uses JSON for survey metadata.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -14,7 +14,9 @@
14
14
  "files": [
15
15
  "survey.pdf.d.ts",
16
16
  "survey.pdf.js",
17
- "survey.pdf.min.js"
17
+ "survey.pdf.min.js",
18
+ "survey.pdf.fonts.js",
19
+ "survey.pdf.fonts.min.js"
18
20
  ],
19
21
  "main": "survey.pdf.js",
20
22
  "repository": {
package/survey.pdf.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /*Type definitions for SurveyJS PDF library v1.9.9
1
+ /*Type definitions for SurveyJS PDF library v1.9.13
2
2
  Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
3
3
  Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/>
4
4
  */
@@ -241,6 +241,8 @@ export declare class DocOptions implements IDocOptions {
241
241
  protected _format: string | number[];
242
242
  protected _fontSize: number;
243
243
  protected _fontName: string;
244
+ static SEGOE_NORMAL: string;
245
+ static SEGOE_BOLD: string;
244
246
  protected _base64Normal: string;
245
247
  protected _base64Bold: string;
246
248
  protected _useCustomFontInHtml: boolean;