mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-10 07:14:04 +02:00
Merge pull request #20869 from Snuffleupagus/FontFaceObject-rm-bbox-setter
Remove the unused `bbox` setter in the `FontFaceObject` class (PR 20427 follow-up)
This commit is contained in:
commit
d38cddf2b6
@ -507,10 +507,6 @@ class FontFaceObject {
|
||||
return this.#fontData.bbox;
|
||||
}
|
||||
|
||||
set bbox(bbox) {
|
||||
shadow(this, "bbox", bbox);
|
||||
}
|
||||
|
||||
get fontMatrix() {
|
||||
return this.#fontData.fontMatrix;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user