Page 1 of 1

[solved]Dimension text garbled, and text can't edited

Posted: Thu May 09, 2019 8:59 am
by t.ogawa
Software:QCAD Pro 3.22.0.0
OS:Mac Mojave

Hello.
I have some questions about the dimension text.

1. 
When i open a dxf file in QCAD and select japanese fonts, only the dimension text remains garbled.
But the multitext part is not garbled.

And it is garbled even when I export PDF from QCAD screen.
However, there is no garbled character when exporting PDF from command line tool.

use command:

Code: Select all

dwg2pdf -l -a -k -fs standard Arial -paper=A3

2.
I can not edit the text by double-clicking this Dimension text.

3.
Dimension text has been rotated.
Is this a QCAD specification?
(Im expecting an "autocad_ss.png")


Thank you.

Re: Dimension text garbled, and text can't edited

Posted: Thu May 09, 2019 9:38 am
by andrew
t.ogawa wrote:
Thu May 09, 2019 8:59 am
When i open a dxf file in QCAD and select japanese fonts, only the dimension text remains garbled.
You can change the dimension font under:
Edit > Drawing Preferences > Dimension > Dimension Settings > Dimension Label Font
t.ogawa wrote:
Thu May 09, 2019 8:59 am
I can not edit the text by double-clicking this Dimension text.
That's correct. You can edit dimension labels using the property editor.
t.ogawa wrote:
Thu May 09, 2019 8:59 am
Dimension text has been rotated.
Is this a QCAD specification?
(Im expecting an "autocad_ss.png")
QCAD does not support the dimension style used by Autocad.

Re: Dimension text garbled, and text can't edited

Posted: Thu May 09, 2019 10:13 am
by t.ogawa
Hi andrew.

Thank you for reply.

>You can change the dimension font under:
>That's correct. You can edit dimension labels using the property editor.
 
It is solved. Thank you very much! :D

>QCAD does not support the dimension style used by Autocad.
I see, I understand.It is a little disappointing...

Thank you.