We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ed3a7 commit 2aff7d7Copy full SHA for 2aff7d7
io/src/main/java/com/itextpdf/io/font/otf/Glyph.java
@@ -108,6 +108,7 @@ public Glyph(Glyph glyph) {
108
this.chars = glyph.chars;
109
this.unicode = glyph.unicode;
110
this.isMark = glyph.isMark;
111
+ this.bbox = glyph.bbox;
112
113
this.xPlacement = glyph.xPlacement;
114
this.yPlacement = glyph.yPlacement;
0 commit comments