Remove the tag for missing font subset when trying to find a substitution

Fixes #17929.
This commit is contained in:
Calixte Denizet 2024-04-11 17:55:11 +02:00
parent f3b03e5c4b
commit 52ea2333b3
6 changed files with 71 additions and 15 deletions

View file

@ -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
);
}
}