개정판 d0b39faa
issue #937: apply TextBox Fill property
Change-Id: Ibedf379635df8f6b874573f4b7c5d3087787c5c8
FinalService/KCOM_FinalService/MarkupToPDF/Controls_PDF/HoneyPDFLib_DrawSet_DrawString.cs | ||
---|---|---|
129 | 129 |
} |
130 | 130 |
else if (((PaintStyle & PaintSet.Highlight) == PaintSet.Highlight) || ((PaintStyle & PaintSet.Fill) == PaintSet.Fill)) |
131 | 131 |
{ |
132 |
if (PaintStyle == PaintSet.Fill) PaintStyle = PaintSet.Outline; |
|
133 |
|
|
134 | 132 |
contentByte.NewPath(); |
135 | 133 |
contentByte.MoveTo(transformed[0].X, transformed[0].Y); |
136 | 134 |
for (int i = 1; i <= transformed.Count; ++i) contentByte.LineTo(transformed[i%transformed.Count].X, transformed[i%transformed.Count].Y); |
내보내기 Unified diff