Merge pull request #13575 from calixteman/fixlast

XFA - Fix reftest for xfa_issue13500
This commit is contained in:
calixteman 2021-06-17 15:56:27 +02:00 committed by GitHub
commit 326226df45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ class FontInfo {
fonts.ArialMT ||
Object.values(fonts)[0];
const pdfFont = font.regular;
const info = this.pdfFont.cssFontInfo;
const info = pdfFont.cssFontInfo;
const xfaFont = {
typeface: info.fontFamily,
posture: "normal",