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:
Jonas Jenwald 2026-03-15 22:46:12 +01:00 committed by GitHub
commit d38cddf2b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -507,10 +507,6 @@ class FontFaceObject {
return this.#fontData.bbox;
}
set bbox(bbox) {
shadow(this, "bbox", bbox);
}
get fontMatrix() {
return this.#fontData.fontMatrix;
}