Page 1 of 1
Text-Font
Posted: 06 Mar 2019, 21:06
by coo5hda
Hi, I have the following issue. Load a dwg which has a layer with text, however by the font type the editor does not show me what it says but a lot of characters. There is some way to change the source of these values when loading the file
Re: Text-Font
Posted: 07 Mar 2019, 23:07
by support
Hello,
Could you please post a screenshot which demonstrates the issue?
Mikhail
Re: Text-Font
Posted: 08 Mar 2019, 16:02
by coo5hda
The blueprint already contains this text the problem is that it shows it with the characters that appear in the image and does not show the text itself
Re: Text-Font
Posted: 11 Mar 2019, 20:42
by support
Hello,
Text characters are read from a font file (.shx of .ttf) which stores the font used by the text style. It appears that the given text requires some SHX font, but the required font is missing or your program doesn’t use SHX fonts at all.
Could you please try to determine a name of the required font through a CADText.Style.FontName (single line text) or CADMText.Style.FontName (multiline text) property?
Mikhail