DXF Group Codes
ENTITIES Section |
TEXT
|
The following group codes apply to text entities.
Text group codesGroup codes | Description |
100 |
Subclass marker (AcDbText) |
39 |
Thickness (optional; default = 0) |
10 |
First alignment point (in OCS) |
20, 30 |
DXF: Y and Z values of first alignment point (in OCS) |
40 |
Text height |
1 |
Default value (the string itself) |
50 |
Text rotation (optional; default = 0) |
41 |
Relative X scale factor--width (optional; default = 1). |
51 |
Oblique angle (optional; default = 0) |
7 |
Text style name (optional, default = STANDARD) |
71 |
Text generation flags (optional, default = 0): |
72 |
Horizontal text justification type (optional, default = 0) integer codes (not bit-coded) |
11 |
Second alignment point (in OCS). |
21, 31 |
DXF: Y and Z values of second alignment point (in OCS) |
210 |
Extrusion direction. (optional; default = 0, 0, 1). |
220, 230 |
DXF: Y and Z values of extrusion direction |
100 |
Subclass marker (AcDbText) |
73 |
Vertical text justification type (optional, default = 0): integer codes (not bit- coded) |
The following table describes the group codes 72 (horizontal alignment) and 73 (vertical alignment) in greater detail.
Group 72 and 73 integer codesGroup 73 |
Group 72 0 |
1 |
2 |
3 |
4 |
5 |
3 (top) |
TLeft |
TCenter |
TRight |
|||
2 (middle) |
MLeft |
MCenter |
MRight |
|||
1 (bottom) |
BLeft |
BCenter |
BRight |
|||
0 (baseline) |
Left |
Center |
Right |
Aligned |
Middle |
Fit |
If group 72 and/or 73 values are nonzero then the first alignment point values are ignored and AutoCAD calculates new values based on the second alignment point and the length and height of the text string itself (after applying the text style). If the 72 and 73 values are zero or missing, then the second alignment point is meaningless.