프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

백흠경이(가) 5달 전에 추가함

Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
91 91
                this.TextWeight = item.TextWeight;
92 92
                this.TextSize = item.TextSize;
93 93
                this.UnderLine = item.UnderLine;
94
                this.GroupID = item.GroupID;
94 95
            }
95 96
        }
96 97

  
......
1935 1936
                ctrl.BorderSize = this.BorderSize;
1936 1937
                ctrl.ArcLength = this.ArcLength;
1937 1938
                ctrl.ZIndex = this.ZIndex;
1939
                ctrl.GroupID = this.GroupID;
1940

  
1938 1941
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
1939 1942
            };
1940 1943
        }
......
1972 1975
                instance.MidPoint = s.MidPoint;
1973 1976
                instance.Memo = s.Memo;
1974 1977
                instance.ZIndex = s.ZIndex;
1978
                instance.GroupID = s.GroupID;
1975 1979
                if (s.fontConfig == null || s.fontConfig.ToList().Count == 0)
1976 1980
                {
1977 1981
                    s.fontConfig = new List<string>();

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)