Problem with hebtxt.shx
Posted: 17 Jan 2017, 18:24
Hello.
I have a sample model with a text fiels in Hebrew. (Attached )
the text style called "HEBTEXT" and its connected to a font named Hebtxt.shx (also attached ).
cadImage.SearchSHXPaths = true;
cadImage.SHXSearchPaths = @"c:\Program Files\Autodesk\AutoCAD 2017\Fonts";
cadImage.UseSHXFonts = true;
.....
My code set the shx path to the directory with the font .than load the model and save it as image.
The text is displayed as ?????
The text looks good in Autocad and also in TrueView (See attachment ).
I've also noticed that cadImage.UseSHXFonts stays false and I cannot set it to True
What should I do?
Thanks
Dror
I have a sample model with a text fiels in Hebrew. (Attached )
the text style called "HEBTEXT" and its connected to a font named Hebtxt.shx (also attached ).
cadImage.SearchSHXPaths = true;
cadImage.SHXSearchPaths = @"c:\Program Files\Autodesk\AutoCAD 2017\Fonts";
cadImage.UseSHXFonts = true;
.....
My code set the shx path to the directory with the font .than load the model and save it as image.
The text is displayed as ?????
The text looks good in Autocad and also in TrueView (See attachment ).
I've also noticed that cadImage.UseSHXFonts stays false and I cannot set it to True
What should I do?
Thanks
Dror