Search found 2 matches
- 19 Oct 2016, 05:49
- Forum: CAD .NET
- Topic: apply font folder
- Replies: 3
- Views: 21796
Re: apply font folder
Please tell us what is wrong. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using CADImport; namespace TEST { public partial class Form1 : Form {...
- 10 Oct 2016, 11:29
- Forum: CAD .NET
- Topic: apply font folder
- Replies: 3
- Views: 21796
apply font folder
I am using to add the CADViewerControl to the program. I want to open a drawing file by applying a shx font folder. cadViewerControl1.SHXForm.AddPath("E:\\test"); CADConst.DefaultSHXParameters.UseSHXFonts = true; cadViewerControl1.LoadFile("E:\\test\\test1.dwg"); I used the code does not apply. I wo...