mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #13575 from calixteman/fixlast
XFA - Fix reftest for xfa_issue13500
This commit is contained in:
commit
326226df45
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue