개정판 23b7be0e
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