LibreCAD / LibreCAD_3

LibreCAD 3 is a next generation 2D CAD application written to be modular, with a core independent from GUI toolkits. Scripting is possible with Lua.
http://librecad.org
Other
305 stars 102 forks source link

MText implementation #361

Open feragon opened 3 years ago

feragon commented 3 years ago

Reference : https://librecad.zulipchat.com/#narrow/stream/122956-Codebase/topic/V3.20Text/near/211732717

Jedi18 commented 3 years ago

Some additional things that need to be fixed: 1) Fix alignment for multiline mtext. 2) Update MText lua operation (as of now almost the same as text lua operation. If mtext is only to be created by the text dialog (and not the commandline or tool) then we can simplify the lua operation)