Florian Roméo
Florian Roméo
Reference : https://librecad.zulipchat.com/#narrow/stream/122956-Codebase/topic/V3.20Text/near/211732717
LibreCAD 3 uses several dependencies. Those dependencies can be installed manually, using the system package manager or a C++ package manager. Those dependencies are listed in multiple places (`README.md`, Travis...
@flywire Saïd ```quote A few more: Mirror, Flip, Reverse, Offset, Align Left/Centre/Right Top/Middle/Right Horizontal/Vertical, Original Character Spacing (when aligning against a curve), Border (on text box), Fill (colour/pattern)/Outline text, Superscript/Subscript,...
Actually, trim is handled by a Lua script. It's getting bigger for every entity added A trim method should be added to CADEntity
-lboost_system must be added to target_link_libraries of lcUI/CMakeLists.txt
As pointed out by @rupakbajgain, Circle/Circle intersection is marked as undefined because it's defined as `bool operator()(const lc::geo::Circle& c1, const lc::geo::Circle& c2);`, and a CADEntity is sent so the compiler...