개정판 e68712b6
issue #937: 싱글 라인 텍스트가 잘리는 현상 수정(싱글 라인일때 처리하는 함수를 별도로 둠)
Change-Id: I06053877061f067acf9807d9d52eab526b8811ab
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
574 | 574 |
|
575 | 575 |
if (EndPoint == MidPoint) |
576 | 576 |
{ |
577 |
Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(MidPoint, StartPoint, (int)LineSize, contentByte, _SetColor, Opacity);
|
|
577 |
Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(MidPoint, StartPoint, LineSize, contentByte, _SetColor, Opacity); |
|
578 | 578 |
} |
579 | 579 |
else |
580 | 580 |
{ |
581 |
Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, MidPoint, (int)LineSize, contentByte, _SetColor, Opacity);
|
|
581 |
Controls_PDF.HoneyPDFLib_DrawSet_Arrow.SingleAllow(EndPoint, MidPoint, LineSize, contentByte, _SetColor, Opacity); |
|
582 | 582 |
} |
583 | 583 |
|
584 | 584 |
Controls_PDF.HoneyPDFLib_DrawSet_Line.DrawLine(PointSet, LineSize, contentByte, DashSize, _SetColor, Opacity); |
내보내기 Unified diff