프로젝트

일반

사용자정보

개정판 d0b39faa

IDd0b39faa8e2da9b43634aa826f03801397514b2f
상위 d62c0439
하위 1fdcd6ff, fddb48f7, f816dd63

백흠경이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)