개정판 fff20522
issue #937: fixed to use DrawCloud of DrawSet_Cloud instead of DrawCloud of DrawSet_DrawString
Change-Id: Ifd6413753d0405321057fcce41031717c7573927
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
736 | 736 |
bool reverse = (area < 0); |
737 | 737 |
if (PaintStyle == PaintSet.None) |
738 | 738 |
{ |
739 |
Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, Opacity);
|
|
739 |
Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, false, Opacity);
|
|
740 | 740 |
} |
741 | 741 |
else |
742 | 742 |
{ |
743 |
Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, Opacity);
|
|
743 |
Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, false, Opacity);
|
|
744 | 744 |
} |
745 | 745 |
} |
746 | 746 |
break; |
... | ... | |
774 | 774 |
|
775 | 775 |
if (PaintStyle == PaintSet.None) |
776 | 776 |
{ |
777 |
Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, Opacity);
|
|
777 |
Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, true, !reverse, false, Opacity);
|
|
778 | 778 |
} |
779 | 779 |
else |
780 | 780 |
{ |
781 |
Controls_PDF.HoneyPDFLib_DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, Opacity);
|
|
781 |
Controls_PDF.DrawSet_Cloud.DrawCloud(PointSet, LineSize, ArcLength, contentByte, control.DashSize, _SetColor, PaintStyle, false, !reverse, false, Opacity);
|
|
782 | 782 |
} |
783 | 783 |
} |
784 | 784 |
else |
내보내기 Unified diff