mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-28 18:07:21 +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;
|
return this.#fontData.bbox;
|
||||||
}
|
}
|
||||||
|
|
||||||
set bbox(bbox) {
|
|
||||||
shadow(this, "bbox", bbox);
|
|
||||||
}
|
|
||||||
|
|
||||||
get fontMatrix() {
|
get fontMatrix() {
|
||||||
return this.#fontData.fontMatrix;
|
return this.#fontData.fontMatrix;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user