프로젝트

일반

사용자정보

개정판 23b7be0e

ID23b7be0e7a9f06e6dbc21ba3514da6dff140fcdb
상위 610cb8c8
하위 c16b9fb0, 2e68fec2, 488ba687

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

issue #937: fixed some codes

Change-Id: I14bb54783f812aa8ee94bb0ebf18bee2757d6e18

차이점 보기:

FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs
736 736
                                                bool reverse = (area < 0);
737 737
                                                if (PaintStyle == PaintSet.None)
738 738
                                                {
739
                                                    Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, false, Opacity);
739
                                                    Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, Opacity);
740 740
                                                }
741 741
                                                else
742 742
                                                {
743
                                                    Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, false, Opacity);
743
                                                    Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, Opacity);
744 744
                                                }
745 745
                                            }
746 746
                                            break;
......
774 774

  
775 775
                                                        if (PaintStyle == PaintSet.None)
776 776
                                                        {
777
                                                            Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, false, Opacity);
777
                                                            Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, Opacity);
778 778
                                                        }
779 779
                                                        else
780 780
                                                        {
781
                                                            Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, false, Opacity);
781
                                                            Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, Opacity);
782 782
                                                        }
783 783
                                                    }
784 784
                                                    else
......
823 823
                                                    default:
824 824
                                                        break;
825 825
                                                }
826
                                                if (control.isHighLight) paint = PaintSet.HIGHLIGHT;
826 827

  
827 828
                                                double LineSize = Convert.ToDouble(data2.First());
828 829
                                                double TextSize = Convert.ToDouble(data2[1]);
829 830
                                                SolidColorBrush FontColor = _SetColor;
830
                                                bool isHighlight = control.isHighLight;
831 831
                                                double Angle = control.Angle;
832 832
                                                double Opacity = control.Opac;
833 833
                                                FontFamily fontfamilly = new FontFamily(control.fontConfig[0]);
......
860 860
                                                    LineSize = 3;
861 861
                                                }
862 862

  
863
                                                Controls_PDF.HoneyPDFLib_DrawSet_Text.DrawString(StartPoint, EndPoint, LineSize, contentByte, _SetColor, paint, TextSize, isHighlight, fontfamilly, fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle);
863
                                                Controls_PDF.HoneyPDFLib_DrawSet_Text.DrawString(StartPoint, EndPoint, LineSize, contentByte, _SetColor, paint, TextSize, fontfamilly, fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle);
864 864
                                            }
865 865
                                            break;
866 866
                                        #endregion

내보내기 Unified diff

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