mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-30 23:00:59 +02:00
Given that `FontFaceObject` is not exposed in the public API, but only accessed internally, there's no need to assume that a `FontFaceObject`-instance is ever initialized without `onUnsupportedFeature` being provided. This is also consistent with the `BaseFontLoader` implementation.