개정판 e1b36bc0
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