public final class CTFramePathFillRule
extends java.lang.Object
These constants specify fill rule used by the frame.
When a path intersects with itself, the client should specify which rule to use for deciding the area of the path.
[@constant] kCTFramePathFillEvenOdd Text is filled in the area that would be painted if the path were given to CGContextEOFillPath.
[@constant] kCTFramePathFillWindingNumber Text is fill in the area that would be painted if the path were given to CGContextFillPath.
| Modifier and Type | Field and Description |
|---|---|
static int |
EvenOdd |
static int |
WindingNumber |
public static final int EvenOdd
public static final int WindingNumber