117118119120121122123124
this.absoluteHeight += size; this.currentHeight += size; } public void addInlineSpace(int size) { this.addChild(new InlineSpace(size)); // other adjustments... }
161162163164165166167168
this.addChild(new DisplaySpace(size)); this.currentHeight += size; } public void addInlineSpace(int size) { this.addChild(new InlineSpace(size)); // other adjustments... }