PdfPublishCommon.h
Members |
Description |
kFillNotSet = 0 |
Finish rule is not set. |
kEnd = 1 |
End of the path. |
kStroke = 2 |
Stroke the path. |
kClose = 4 |
Close the path. |
kFillEvenOdd = 8 |
Fill the path using the even-odd rule to determine the region to fill. |
kFillNonZero = 16 |
Fill the path using the nonzero winding number rule to determine the region to fill. Any subpaths that are open are implicitly closed before being filled. |
PDF finish rules supported by Publish SDK.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|