inheritMap.put
(GVTAttributedCharacterIterator.TextAttribute.BBOX_WIDTH,
value);
// lengthAdjust
SVGOMAnimatedEnumeration _lengthAdjust =
(SVGOMAnimatedEnumeration) tce.getLengthAdjust();
if (_lengthAdjust.getCheckedVal() ==
SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS) {
result.put(GVTAttributedCharacterIterator.
TextAttribute.LENGTH_ADJUST,
GVTAttributedCharacterIterator.
TextAttribute.ADJUST_ALL);