Page 1 of 1

CADText it does not show the correct text

Posted: 23 Jan 2019, 19:55
by coo5hda
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 :

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();
OUTPUT :

Re: CADText it does not show the correct text

Posted: 24 Jan 2019, 21:57
by support
Hello,

Could you please save the drawing containing this CADText to DXF and attach the output .dxf file to your reply?

Mikhail