We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4195e commit 479d834Copy full SHA for 479d834
src/dwg.spec
@@ -7864,13 +7864,19 @@ DWG_OBJECT (MLEADERSTYLE)
7864
FIELD_BS (attach_left, 174);
7865
FIELD_BS (attach_right, 178);
7866
if (FIELD_VALUE (class_version) >= 2) {
7867
+ ENCODER {
7868
+ LOG_TRACE(" with class_version 2:\n");
7869
+ }
7870
FIELD_BS (text_angle_type, 175);
7871
}
7872
FIELD_BS (text_align_type, 176);
7873
FIELD_CMC (text_color, 93); // as RGB only
7874
FIELD_BD (text_height, 45);
7875
FIELD_B (has_text_frame, 292);
7876
7877
7878
7879
7880
FIELD_B (text_always_left, 297);
7881
} else {
7882
DXF {
0 commit comments