Package apple.coretext.enums
Class CTUnderlineStyle
- java.lang.Object
-
- apple.coretext.enums.CTUnderlineStyle
-
public final class CTUnderlineStyle extends java.lang.Object[@enum] CTUnderlineStyle Underline style specifiers. These underline type specifiers can be applied to the value set with the kCTUnderlineStyleAttributeName attribute to tell CoreText that you want a different underline style.
-
-
Field Detail
-
None
public static final int None
- See Also:
- Constant Field Values
-
Single
public static final int Single
- See Also:
- Constant Field Values
-
Thick
public static final int Thick
- See Also:
- Constant Field Values
-
Double
public static final int Double
- See Also:
- Constant Field Values
-
-