mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Remove the tag for missing font subset when trying to find a substitution
Fixes #17929.
This commit is contained in:
parent
f3b03e5c4b
commit
52ea2333b3
6 changed files with 71 additions and 15 deletions
|
@ -4261,7 +4261,8 @@ class PartialEvaluator {
|
|||
this.idFactory,
|
||||
this.options.standardFontDataUrl,
|
||||
baseFontName,
|
||||
standardFontName
|
||||
standardFontName,
|
||||
type
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -4381,7 +4382,8 @@ class PartialEvaluator {
|
|||
this.idFactory,
|
||||
this.options.standardFontDataUrl,
|
||||
fontName.name,
|
||||
standardFontName
|
||||
standardFontName,
|
||||
type
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue