Package apple.coretext.enums
Class CTRubyOverhang
- java.lang.Object
-
- apple.coretext.enums.CTRubyOverhang
-
public final class CTRubyOverhang extends java.lang.Object[@enum] CTRubyOverhang These constants specify whether, and on which side, ruby text is allowed to overhang adjacent text if it is wider than the base text. [@constant] kCTRubyOverhangAuto The ruby text can overhang adjacent text on both sides. [@constant] kCTRubyOverhangStart The ruby text can overhang the text that proceeds it. [@constant] kCTRubyOverhangEnd The ruby text can overhang the text that follows it. [@constant] kCTRubyOverhangNone The ruby text cannot overhang the proceeding or following text.
-
-
Field Detail
-
Invalid
public static final byte Invalid
- See Also:
- Constant Field Values
-
Auto
public static final byte Auto
- See Also:
- Constant Field Values
-
Start
public static final byte Start
- See Also:
- Constant Field Values
-
End
public static final byte End
- See Also:
- Constant Field Values
-
None
public static final byte None
- See Also:
- Constant Field Values
-
-