Skip to content

Commit

Permalink
Merge pull request #13575 from calixteman/fixlast
Browse files Browse the repository at this point in the history
XFA - Fix reftest for xfa_issue13500
  • Loading branch information
calixteman authored Jun 17, 2021
2 parents b300aba + 226c228 commit 326226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/xfa/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 326226d

Please sign in to comment.