Hi Thomas,
I works :-)
Thank you very much!!! Mathias Kalb
Thomas DeWeese wrote:
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]
-- ProDatO Integration Technology GmbH Hauptstrasse 60, 91054 Erlangen http://www.prodato.de
Mathias Kalb, Dipl.-Inf. (FH) mailto:[EMAIL PROTECTED] fon: +49-9131-612877 fax: +49-9131-612881
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
