Cannot scale texts with Modify > Scale

If you are having problems with QCAD, post here. Please report bugs through our Bug Tracker instead.

Always attach your original DXF or DWG file and mentions your QCAD version and the platform you are on.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
User avatar
andrew
Site Admin
Posts: 9062
Joined: Fri Mar 30, 2007 6:07 am

Cannot scale texts with Modify > Scale

Post by andrew » Fri May 08, 2015 9:44 am

From a QCAD user:
Texts remain the same size when scaled with Modify > Scale. Other entities are scaled as expected.

User avatar
andrew
Site Admin
Posts: 9062
Joined: Fri Mar 30, 2007 6:07 am

Re: Cannot scale texts with Modify > Scale

Post by andrew » Fri May 08, 2015 10:11 am

Text height is defined as an overall entity property "Text Height". This property is scaled when using the scale tool.

However, it is also possible to override text height inline as part of the inline text formatting. This can be used to change the text height (or color, font, etc) mid text. In this case, the scale tool does not have any effect since the formatting is part of the text string, not part of the text geometry.

You can check if the text height is defined inline using the property editor:
- View > Property Editor
- Select text entity
Screen Shot 2015-05-08 at 10.48.06.png
Screen Shot 2015-05-08 at 10.48.06.png (21.63 KiB) Viewed 2262 times
- If the "Text" property contains formatting in the format "\H#;" where # is a number, the text height is overridden inline.

One possible fix is to remove the formatting part and define the desired text height in the "Text Height" property instead:
Screen Shot 2015-05-08 at 10.51.11.png
Screen Shot 2015-05-08 at 10.51.11.png (21.1 KiB) Viewed 2262 times
Alternatively, you may want to use the Edit > Find / Replace tool to remove inline formattings:
Screen Shot 2015-05-08 at 11.11.01.png
Screen Shot 2015-05-08 at 11.11.01.png (21.36 KiB) Viewed 2262 times

Post Reply

Return to “QCAD Troubleshooting and Problems”