Package apple.coretext.enums
Class CTFramePathFillRule
- java.lang.Object
-
- apple.coretext.enums.CTFramePathFillRule
-
public final class CTFramePathFillRule extends java.lang.Object[@enum] CTFramePathFillRule 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.
-
-
Field Summary
Fields Modifier and Type Field Description static intEvenOddstatic intWindingNumber
-
-
-
Field Detail
-
EvenOdd
public static final int EvenOdd
- See Also:
- Constant Field Values
-
WindingNumber
public static final int WindingNumber
- See Also:
- Constant Field Values
-
-