-
Notifications
You must be signed in to change notification settings - Fork 10k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the ability to pass in more than one font to `BaseFontLoader.b…
…ind` - There's currently no call-site which pass more than *one* font anywhere in the code-base. - As far as I can remember, this functionality has never actually been used (caveat: I didn't check the git history). - The ability to pass in multiple fonts doesn't work well together with the newly implemented fallback to the built-in PDF.js font renderer. - It should be just as easy to call `BaseFontLoader.bind` from within a loop, rather than having the loop in the method itself.
- Loading branch information
1 parent
986cb23
commit 127d0e1
Showing
2 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters