File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -457,6 +457,15 @@ class FontFaceObject {
457457 return this . #fontData. disableFontFace ?? false ;
458458 }
459459
460+ set disableFontFace ( value ) {
461+ Object . defineProperty ( this , "disableFontFace" , {
462+ value : ! ! value ,
463+ writable : false ,
464+ enumerable : true ,
465+ configurable : true ,
466+ } ) ;
467+ }
468+
460469 get fontExtraProperties ( ) {
461470 return this . #fontData. fontExtraProperties ?? false ;
462471 }
@@ -501,6 +510,15 @@ class FontFaceObject {
501510 return this . #fontData. bbox ;
502511 }
503512
513+ set bbox ( bbox ) {
514+ Object . defineProperty ( this , "bbox" , {
515+ value : bbox ,
516+ writable : false ,
517+ enumerable : true ,
518+ configurable : true ,
519+ } ) ;
520+ }
521+
504522 get fontMatrix ( ) {
505523 return this . #fontData. fontMatrix ;
506524 }
Original file line number Diff line number Diff line change 1+ https://github.com/user-attachments/files/23383534/test.1.pdf
Original file line number Diff line number Diff line change 19481948 "type" : " eq" ,
19491949 "forms" : true
19501950 },
1951+ {
1952+ "id" : " issue20426" ,
1953+ "file" : " pdfs/issue20426.pdf" ,
1954+ "md5" : " b9a753df595f1dd30505a67c96373dd8" ,
1955+ "link" : true ,
1956+ "rounds" : 1 ,
1957+ "type" : " eq"
1958+ },
19511959 {
19521960 "id" : " issue13845" ,
19531961 "file" : " pdfs/issue13845.pdf" ,
You can’t perform that action at this time.
0 commit comments