mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +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 ||
|
fonts.ArialMT ||
|
||||||
Object.values(fonts)[0];
|
Object.values(fonts)[0];
|
||||||
const pdfFont = font.regular;
|
const pdfFont = font.regular;
|
||||||
const info = this.pdfFont.cssFontInfo;
|
const info = pdfFont.cssFontInfo;
|
||||||
const xfaFont = {
|
const xfaFont = {
|
||||||
typeface: info.fontFamily,
|
typeface: info.fontFamily,
|
||||||
posture: "normal",
|
posture: "normal",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue