Skip to content

Commit 2aff7d7

Browse files
committed
Copy glyph's bbox
1 parent e9ed3a7 commit 2aff7d7

File tree

1 file changed

+1
-0
lines changed
  • io/src/main/java/com/itextpdf/io/font/otf

1 file changed

+1
-0
lines changed

io/src/main/java/com/itextpdf/io/font/otf/Glyph.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public Glyph(Glyph glyph) {
108108
this.chars = glyph.chars;
109109
this.unicode = glyph.unicode;
110110
this.isMark = glyph.isMark;
111+
this.bbox = glyph.bbox;
111112

112113
this.xPlacement = glyph.xPlacement;
113114
this.yPlacement = glyph.yPlacement;

0 commit comments

Comments
 (0)