Draft Text/de


Draft Text.png Draft Text

Menüeintrag
Draft -> Text
Arbeitsbereich
Draft, Arch
Standardtastenkürzel
T E
Siehe auch
None


Description

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.

Draft Text example.jpg

How to use

  1. Press the Draft Text.png Draft Text button, or press T then E keys
  2. Click a point on the 3D view, or type a coordinate
  3. Enter the desired text, pressing ENTER between each line
  4. Press ENTER twice to finish the operation.

Options

Properties

Scripting

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)) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Draft_Text/de&oldid=136287"

Navigation menu