==============================================================================
Done since 0.20.4 release
+- Reduced the size of the PSRenderer output (removed redundant movetos)
+ Submitted by: Arnd Beißner <arnd.beissner@cappelino.de> (see bug #16130)
- Fixed many (not all) problems with link hotspot positioning and made
the default behavior to create a single hotspot over all words in each
line (Karen Lease)
public void renderDisplaySpace(DisplaySpace space) {
// write("% --- DisplaySpace size="+space.getSize());
this.currentYPosition -= space.getSize();
- movetoCurrPosition();
}
/**
area.getObject().render(this);
this.currentXPosition += area.getEffectiveWidth();
this.currentYPosition -= plOffset;
- movetoCurrPosition();
}
/**
} else {
drawImageScaled(x, y, w, h, img, area.getFontState());
}
- movetoCurrPosition();
}
int bl = this.currentYPosition;
// method is identical to super method except next line
- movetoCurrPosition();
String fontWeight = area.getFontState().getFontWeight();
//comment("% --- LineArea begin font-weight="+fontWeight);