CADText it does not show the correct text
Moderators: SDS, support, admin
CADText it does not show the correct text
Hello I have a problem with a CADText, when entering it inside the image it does not show a recognized text, it shows a set of symbols instead of the text, someone can help me know what it can be.
CODE :
OUTPUT :
CODE :
Code: Select all
CADText text = new CADText();
text.Point = point;
text.Height = 5.0;
text.Rotation = 0.0f;
text.Text = "IP Recording";
text.LineWeight = 0.1;
text.Layer = editor.Image.Converter.LayerByName(IP_RECORDING_LAYER) as CADLayer;
editor.Image.Converter.Loads(text);
editor.Image.CurrentLayout.Entities.Add(text);
editor.Invalidate();
- Attachments
-
- Screenshot
- Output.JPG (35.21 KiB) Viewed 8713 times
Re: CADText it does not show the correct text
Hello,
Could you please save the drawing containing this CADText to DXF and attach the output .dxf file to your reply?
Mikhail
Could you please save the drawing containing this CADText to DXF and attach the output .dxf file to your reply?
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support