Skip to main content
Question

How do I use TextStroker Version 2

  • April 23, 2014
  • 5 replies
  • 80 views

fmelizard
Safer
Forum|alt.badge.img+22
Hi,

 

With TextStroker [version 1], there was a parameter "Text String Attribute". This contained the string attribute which was to be stroked. Worked fine.

 

 

However, in TextStroker V2 this parameter is gone. I now don't appear to have any way to tell the TextStroker what it is meant to be working on.

 

I tried putting a GeometryCoercer (to FME_Text) in front of it, but of course that doesn't let you pick an attribute either.

 

 

So how do you use TextStroker V2? What am I missing?

 

Cheers,

 

Jonathan
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

takashi
Celebrity
  • April 23, 2014
Hi Jonathan,

 

 

A text feature has a hidden attribute which stores the text string, called "fme_text_string". Is it the thing you need?

 

 

Takashi

fmelizard
Safer
Forum|alt.badge.img+22
  • Author
  • Safer
  • April 23, 2014
Hi Takashi,

 

  Hmmm. That seems to be a user-interface regression - they've hidden something that was exposed in an earlier version.

 

 

But then - how do I turn something intoa  fme_text_string? Or do I just use the AttributeCreator/Setter?

 

Thanks,

 

Jonahtan

 


david_r
Celebrity
  • April 23, 2014
Hi,

 

 

you can just use an AttributeCreator (or equivalent) to set a suitable value for "fme_text_string" manually.

 

 

David

fmelizard
Safer
Forum|alt.badge.img+22
  • Author
  • Safer
  • April 23, 2014
Yep that works. But I'll feedback to Safe that it seems like a regression anyway.

 

Thanks for the assist!

david_r
Celebrity
  • April 23, 2014
That is good to hear.

 

 

I do agree that "fme_text_string" should be mentioned in the TextStroker documentation, at the very least.

 

 

David