개정판 a11ac46c
issue #937: finalservice linesize 변경
Change-Id: I7d38a5586edc83c45af698318c22a5e5c1d0318f
FinalService/KCOM_FinalService/MarkupToPDF/Controls_PDF/HoneyPDFLib_DrawSet_Arc.cs | ||
---|---|---|
21 | 21 |
BaseColor bs = new BaseColor(color.Color.R, color.Color.G, color.Color.B, color.Color.A); |
22 | 22 |
contentByte.SetColorStroke(bs); |
23 | 23 |
|
24 |
|
|
24 |
lineSize = lineSize * 72 / 96; |
|
25 | 25 |
contentByte.SetLineWidth((float)lineSize); |
26 | 26 |
//contentByte.SetLineWidth((float)lineSize - 2); |
27 | 27 |
contentByte.NewPath(); |
FinalService/KCOM_FinalService/MarkupToPDF/Controls_PDF/HoneyPDFLib_DrawSet_DrawString.cs | ||
---|---|---|
162 | 162 |
DashSize.ToList().ForEach(data => DashSet.Add((float)data * 1)); |
163 | 163 |
contentByte.SetLineDash(DashSet.ToArray(), DashSet.Count - 2); |
164 | 164 |
} |
165 |
|
|
165 |
lineSize = lineSize * 72 / 96; |
|
166 | 166 |
//contentByte.SetLineWidth((float)lineSize - 2); |
167 | 167 |
contentByte.SetLineWidth((float)lineSize); |
168 | 168 |
|
내보내기 Unified diff