Hi Mathias,
Ahh, now the light goes on. We added support for display/visibility to text so there is a new member of TextPaintInfo: 'visible', and it defaults to 'false'. So I suspect that all you need to do is add:
paintInfo.visible = true;
Please let us know if this solves the problem.
Mathias Kalb wrote:
Yes, I create the following TextPaintInfo.
TextPaintInfo paintInfo = new TextPaintInfo(); paintInfo.fillPaint = inheritedFillColor; paintInfo.strokePaint = inheritedStrokeColor; paintInfo.strokeStroke = inheritedStroke;
And the values are: inheritedFillColor = a Color-Object inheritedStrokeColor = null inheritedStroke = a BasicStroke-Object
Thanks! Mathias Kalb
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
