|
Menu location |
---|
Draft → Text |
Workbenches |
Draft, Arch |
Default shortcut |
T E |
See also |
None |
The Text tool inserts a piece of text at a given point in the current document. It takes the text size and color previously set on the Tasks tab.
The Text tool can by used in macros and from the python console by using the following function:
makeText (string or list, [Vector], [screenmode])
Example:
import FreeCAD,Draft Draft.makeText("This is a sample text",FreeCAD.Vector(1,1,0))