Skip to main content
Question

Converting ArcMAP text to AutoCAD Multi-line text

  • November 20, 2012
  • 2 replies
  • 23 views

Hello folks

 

I trying to find away to convert ArcMAP text to AutoCAD Multi-line text. Is this possible with FME?
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.

2 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • November 20, 2012
Yes. I think you'll need to take a look at utilising the AutoCAD format attributes such as:

 

autocad_mtext_string

 

autocad_mtext_text_height

 

etc

 

 

Take a look at the FME Readers and Writers manual here... Autodesk AutoCAD DWG/DXF Reader/Writer > Feature Representation > Multi-Text Entities.

 

 

http://fmepedia.safe.com/articles/Documentation_del/FME-Readers-and-Writers

 

 

http://fmepedia.safe.com/articles/FAQ/What-s-the-difference-between-user-attributes-and-format-attributes

 

 

http://fmepedia.safe.com/articles/How_To/How-Do-I-Set-a-Format-Attribute

 

 

mhab
Contributor
Forum|alt.badge.img+10
  • Contributor
  • November 21, 2012
As long as FME-Talk stays readable look here for some lengthy discussion on MTEXT.

 

 

https://groups.google.com/forum/?fromgroups=#!searchin/fmetalk/MTEXT/fmetalk/RYhE3JJrg-A/0njVHqB7JhoJ

 

 

Some quoting from there ...

 

 

In order to get Bold or Italic styled True Type Fonts, it is necessary

 

to fill the attribute "autocad_mtext_string" with something like:

 

{\\fArial|b1|i1|c0|p34;Text}

 

 

where

 

b1 ... is the flag for bold and

 

i1 ... is the flag for italic

 

 

Michael