WinForm Font Distorted In AutoCad 2011
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using .Net API's with AutoCad 2011. I am using "Calibri" Font in my WinForm Dialog Box with a height 9.75. Loading the dll and functionality is perfect. No issue is there.
BUT, Now the problem is, whenever I am opening that form in AutoCad, the labels of that form is changed as the AutoCad substitute font for missing font files (in my PC it is "simplex.shx") !! But in Combobox, Treeview, Listboxes the same font is used and it is perfect there. Problem is only in the Label. I wonder why this is happening. I used a table layout panel in my form with 3 rows and 4 columns. Now placed the label in one cell of that table layout panel. In fact I placed the combobox, listboxes are also in other cells of that table layout panel.
Can anyone help me, why the font is changing in WinForm?
Thanking you
Soumen