FreeCAD: master 565f2b35

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-04 03:32:56 master d652b5ea
Changeset Draft: move make_text function to its own module

Also perform several improvements such as PEP8 cleanup,
write complete docstring, type checking of the input arguments,
accepting a full placement to modify the position,
and deprecating the older call.

Update the Gui Command as well.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/draftguitools/gui_texts.py Diff File
add - src/Mod/Draft/draftmake/make_text.py Diff File
mod - src/Mod/Draft/draftobjects/text.py Diff File
mod - src/Mod/Draft/draftviewproviders/view_text.py Diff File