|
dgnlib
|
#include <dgnlib.h>
Public Attributes | |
| DGNElemCore | core |
| int | totlength |
| int | numelems |
| int | node_number |
| short | max_length |
| short | max_used |
| short | font_id |
| short | justification |
| long | line_spacing |
| double | length_mult |
| double | height_mult |
| double | rotation |
| DGNPoint | origin |
Text Node Header.
The core.stype code is DGNST_TEXT_NODE.
Used for DGNT_TEXT_NODE (7). First fields (up to numelems) are compatible with DGNT_COMPLEX_HEADER (7),
| short DGNElemTextNode::font_id |
text font used
| double DGNElemTextNode::height_mult |
height multiplier
justification type, see DGNJ_
| double DGNElemTextNode::length_mult |
length multiplier
spacing between text strings
maximum length allowed, characters
maximum length used
text node number
Number of text strings
Snap origin (as defined by user)
| double DGNElemTextNode::rotation |
rotation angle (2d)
Total length of the node (bytes = totlength * 2 + 38)
1.8.0