Draft Text/tr


Draft Text.png Draft Text

Menü konumu
Draft → Text
Workbenches
Draft, Arch
Varsayılan kısayol
T E
Ayrıca bkz
Hiçbiri


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/tr&oldid=140137"

Navigation menu