adjustingInfo = new InlineAdjustingInfo(stretch, shrink, adjustment);
}
+ /**
+ * Sets the adjustment information from an existing object
+ * @param adjustingInfo the existing adjustment object
+ */
+ public void setAdjustingInfo(InlineAdjustingInfo adjustingInfo) {
+ this.adjustingInfo = adjustingInfo;
+ }
+
/**
* Modify the adjustment value in the adjustment information object
* @param adjustment the new adjustment value
assert f != null;
fc.setIPD ( f.getIPD() );
fc.setUnitWidth ( f.getUnitWidth() );
+ fc.setAdjustingInfo( f.getAdjustingInfo() );
}
private InlineParent generateInlineContainer0 ( InlineParent i ) {
InlineParent ic = new InlineParent();
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Layout" dev="GA" type="fix" fixes-bug="FOP-2160" due-to="Robert Meyer">
+ Fix NPE when rl writing mode is used in certain contexts.
+ </action>
<action context="Layout" dev="GA" type="fix" fixes-bug="FOP-2178">
Fix incomplete kerning when complex script features are enabled.
</action>