개정판 24c5e56c
- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화
Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653
KCOM/Controls/Symbol.xaml.cs | ||
---|---|---|
169 | 169 |
_canvas.Background = Brushes.White; |
170 | 170 |
_canvas.Width = finalItem.BorderSize.Width; |
171 | 171 |
_canvas.Height = finalItem.BorderSize.Height; |
172 |
await MarkupParser.ParseAsync(App.ViewInfo.ProjectNO, data, _canvas, "#FFFF0000", ""); |
|
172 |
await MarkupParser.ParseAsync(App.ViewInfo.ProjectNO, data, _canvas, "#FFFF0000", "", ViewerDataModel.Instance.CancellationToken());
|
|
173 | 173 |
|
174 | 174 |
BitmapEncoder encoder = new PngBitmapEncoder(); |
175 | 175 |
|
... | ... | |
474 | 474 |
{ |
475 | 475 |
if (parse != "") |
476 | 476 |
{ |
477 |
System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.ViewInfo.ProjectNO, parse, ViewerDataModel.Instance.MarkupControls_USER, string.Empty, string.Empty); |
|
477 |
System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(ViewerDataModel.Instance.CancellationToken(),App.ViewInfo.ProjectNO, parse, ViewerDataModel.Instance.MarkupControls_USER, string.Empty, string.Empty);
|
|
478 | 478 |
(item as MarkupToPDF.Common.CommentUserInfo).CommentID = Commons.shortGuid(); |
479 | 479 |
(item as MarkupToPDF.Common.CommentUserInfo).SymbolID = id; |
480 | 480 |
//(item as MarkupToPDF.Common.CommentUserInfo).GroupID = group_id; |
내보내기 Unified diff