Skip to content

Commit d38cddf

Browse files
Merge pull request #20869 from Snuffleupagus/FontFaceObject-rm-bbox-setter
Remove the unused `bbox` setter in the `FontFaceObject` class (PR 20427 follow-up)
2 parents 3ff52e4 + f1e1973 commit d38cddf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/display/font_loader.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,6 @@ class FontFaceObject {
507507
return this.#fontData.bbox;
508508
}
509509

510-
set bbox(bbox) {
511-
shadow(this, "bbox", bbox);
512-
}
513-
514510
get fontMatrix() {
515511
return this.#fontData.fontMatrix;
516512
}

0 commit comments

Comments
 (0)