Object2D.stringshape Color?

I find that stringshape provides a much clean/crisper canvas output vs. Drawstring, however I can’t seem to find a way to change then forecolor of the stringshape. Is this possible? I am using Mac OS.

Thank you in advance.

How about setting the FillColor of the object.

I have with no results. Let me try again to make sure I didn’t suffer from an operator error :slight_smile:

Make sure the Fill property is set to. It should be set to 100 for opaque, not 1.0.

Yes I was having an operator error issue earlier. FIllColor worked perfectly. Thanks! :slight_smile: