TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: amc.dicsac on May 04, 2018, 12:28:55 PM

Title: Substituting [simplex.shx] for [romand.shx]
Post by: amc.dicsac on May 04, 2018, 12:28:55 PM
Hi,

Yesterday I was changing some files and suddenly I realized that all my texts that were in Romand style were changed to Simplex.shx, I closed my file and opened another one but it happened to me the same try to do everything possible but not I find the solution I hope someone can help me.

Thank you
Title: Re: Substituting [simplex.shx] for [romand.shx]
Post by: Crank on May 04, 2018, 01:06:43 PM
If Romand.shx isn't in your search paths, the the font of the variable FONTALT will be used. I think in your case this variable point to simplex.shx.
Simplex.shx is also located in your support search path, so this font will be available.

Check in OPTIONS if
Code: [Select]
X:\\program files\\autodesk\\autocad 2018\\fonts\\ is included. Restart your drawing and everything should be back to normal.