개정판 6282063e
issue #937: 텍스트가 엔터로 시작될때 잘리는 현상 수정
Change-Id: I4a98cd40896e4adfc57cad865f980b2dfc2018df
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.cs | ||
---|---|---|
926 | 926 |
//인구 수정 Arrow Text Style적용 되도록 변경 |
927 | 927 |
Controls_PDF.HoneyPDFLib_DrawSet_Text.DrawString_ArrowText(tempEndPoint, new Point(tempEndPoint.X + control.BoxWidth / scaleWidth, tempEndPoint.Y - control.BoxHeight / scaleHeight), |
928 | 928 |
newStartPoint, tempMidPoint, |
929 |
LineSize, contentByte, _SetColor, Paint, fontsize, isHighlight, new FontFamily(), fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle); |
|
929 |
LineSize, contentByte, _SetColor, Paint, fontsize, isHighlight, new FontFamily(control.fontConfig[0]), fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle);
|
|
930 | 930 |
} |
931 | 931 |
else |
932 | 932 |
{ |
... | ... | |
956 | 956 |
Controls_PDF.HoneyPDFLib_DrawSet_Text.DrawString_ArrowText(tempEndPoint, new Point(tempEndPoint.X + control.BoxWidth / scaleWidth, tempEndPoint.Y - control.BoxHeight / scaleHeight), |
957 | 957 |
tempStartPoint, testP, |
958 | 958 |
LineSize, contentByte, _SetColor, Paint, fontsize, isHighlight, |
959 |
new FontFamily(), fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle); |
|
959 |
new FontFamily(control.fontConfig[0]), fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle);
|
|
960 | 960 |
} |
961 | 961 |
else |
962 | 962 |
{ |
963 | 963 |
//인구 수정 Arrow Text Style적용 되도록 변경 |
964 | 964 |
Controls_PDF.HoneyPDFLib_DrawSet_Text.DrawString_ArrowText(tempEndPoint, new Point(tempEndPoint.X + control.BoxWidth / scaleWidth, tempEndPoint.Y - control.BoxHeight / scaleHeight), |
965 | 965 |
newStartPoint, newMidPoint, |
966 |
LineSize, contentByte, _SetColor, Paint, fontsize, isHighlight, new FontFamily(), fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle); |
|
966 |
LineSize, contentByte, _SetColor, Paint, fontsize, isHighlight, new FontFamily(control.fontConfig[0]), fontStyle, fontWeight, decoration, Text, sizeF, Opacity, Angle);
|
|
967 | 967 |
} |
968 | 968 |
} |
969 | 969 |
} |
내보내기 Unified diff