Text
Alias: D T
Creates a single line of text.
Description
The Text command places a single line of text on the drawing. You define the insertion point, height, and the text string. The text style (font, appearance) is controlled by the current text style.
Workflow
Type
D Tand pressSpaceorEnter.Specify start point: Click where the text should begin.
Specify height: Type the text height value and press
Enter.Enter text: Type the text string and press
Enterto place it.
Tips
Text height is in drawing units; use a value proportional to your drawing scale.
The text is placed horizontally from the specified start point.
To edit existing text, select it and use the Properties panel (
Ctrl+1).
DXF Representation
A single-line text object is stored as a TEXT entity in the DXF ../dxf BLOCKS section.
0
TEXT
8 ← layer name
0
10 ← insertion point X
10.0
20 ← insertion point Y
20.0
40 ← text height
5.0
1 ← text string content
Hello World
50 ← rotation angle in degrees (0 = horizontal)
0.0
7 ← text style name
Standard
See Also
../dimensions | ../dxf