프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

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

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

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Text/TextControl.cs
104 104
                UnderLine = item.UnderLine;
105 105
                Memo = item.Memo;
106 106
                ZIndex = item.ZIndex;
107
                GroupID = item.GroupID;
107 108
            }
108 109
        }
109 110

  
......
1289 1290
                ctrl.Memo = this.Memo;
1290 1291

  
1291 1292
                ctrl.ZIndex = this.ZIndex;
1293
                ctrl.GroupID = this.GroupID;
1292 1294

  
1293 1295
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
1294 1296
            }
......
1330 1332
                    TextWeight = StringToFont.ConFontWeight(s.fontConfig[2]),
1331 1333
                    ArcLength = s.ArcLength,
1332 1334
                    Memo = s.Memo,
1333
                    ZIndex = s.ZIndex
1335
                    ZIndex = s.ZIndex,
1336
                    GroupID = s.GroupID
1334 1337
                };
1335 1338

  
1336 1339
                if (s.fontConfig.Count() == 4)

내보내기 Unified diff

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